-->
当前位置:首页 > 题库

A constructor is a special method with the same name as the clas

Luz5年前 (2021-05-10)题库1405
A constructor is a special method with the same name as the class that is used to initialize the members of an object of that class. Constructors are called when objects of their classe are instantiated. ~@[](1)

答案:TRUE