Examveda
Examveda

Reference variables and const class member

A. must be assigned values in any derived class

B. must never be initialized in a base class

C. must be initialized, rather than assigned values

D. must not exit if a class is to be a base class

Answer: Option C


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