Out Of Memory Error Is Given When The Object To The Copy #145
Out of memory error is given when the object _____________ to the copy constructor.
This multiple choice question (MCQ) is related to the book/course gs gs111 OOP Object Oriented Programming Java. It can also be found in gs gs111 Constructors and Destructors - OOPs MCQ: Copy Constructor - Quiz No.1.
Out of memory error is given when the object _____________ to the copy constructor.
Is passed with & symbol
Is passed by reference
Is passed as <classname &obj>
Is not passed by reference