Vidyalelo
Computer Science · Q194

Object Oriented Programming Using C++

Engineering and GATE · Computer Science · question 194

Q194

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