Examveda
Examveda

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


Join The Discussion

Related Questions on Object Oriented Programming Using C Plus Plus

A default catch block catches

A. all thrown objects

B. no thrown objects

C. any thrown object that has not been caught by an earlier catch block

D. all thrown objects that have been caught by an earlier catch block