Computer Applications
Fill in the blanks:
The argument of a copy constructor is always passed by _________.
Java Constructors
47 Likes
Answer
reference
Answered By
2 Likes
Related Questions
Fill in the blanks:
A _________ constructor creates objects by passing value to it.
Fill in the blanks:
The _________ refers to the current object.
Fill in the blanks:
The constructor generated by the compiler is known as _________.
State whether the following statement is True or False :
The compiler supplies a special constructor in a class that does not have any constructor.