Vidyalelo
Computer Science · Q118

Object Oriented Programming Using C++

Engineering and GATE · Computer Science · question 118

Q118

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
Answer
C.
for all parameters to the left of the argument
D.
for no other parameters

Answer: Option B

Solution

Answer: Option B
No explanation is given for this question Let's Discuss on Board