Discussion :: Object Oriented Programming Using C++
-
If you omit any constructor argument when you instantiate an object, you must use default values______
A.
for all parameters to the constructor
|
B.
for all parameters to the right of the argument
|
C.
for all parameters to the left of the argument
|
D.
for no other parameters
|
Answer : Option B
Explanation :
No answer description available for this question.
Be The First To Comment