Computer Applications
Fill in the blanks:
A _________ constructor takes no arguments.
Java Constructors
23 Likes
Answer
non-parameterized
Answered By
1 Like
Related Questions
Fill in the blanks:
A constructor function has _________ return type.
Fill in the blanks:
A private constructor allows object creation only inside _________ functions.
Fill in the blanks:
A _________ constructor creates objects through values passed to it.
Fill in the blanks:
The keyword _________ refers to current object.
Or
Name the Java keyword that stores the address of the currently-calling object — _________.