Computer Applications
Fill in the blanks:
A constructor has return _________ type.
Java Constructors
47 Likes
Answer
no
Answered By
2 Likes
Related Questions
What is not true for a constructor?
- It is used only to initialize the data members.
- It returns a unique value.
- It may not use parameter.
- None of the above.
Fill in the blanks:
A member function having the same name as that of the class name is called _________.
Fill in the blanks:
A constructor is used when an _________ is created
Fill in the blanks:
A constructor without any argument is known as _________.