Computer Applications
State whether the following statement is True or False :
A constructor may have different name than the class name.
Java Constructors
19 Likes
Answer
False
Answered By
4 Likes
Related Questions
State whether the following statement is True or False :
A constructor is a member method of a class.
State whether the following statement is True or False :
Constructor is used to initialize the data members of a class.
State whether the following statement is True or False :
A constructor is likely to be defined after the class declaration.
State whether the following statement is True or False :
Copy constructor copies functions from one object to another.