Computer Applications
State whether the following statement is True or False :
Every class must have all types of constructors.
Java Constructors
22 Likes
Answer
False
Answered By
3 Likes
Related Questions
State whether the following statement is True or False :
The compiler supplies a special constructor in a class that does not have any constructor.
State whether the following statement is True or False :
A constructor is not defined with any return type.
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.