Examveda
Examveda

The dot operator (or class member access operator) connects the following two entities (reading from left to right):

A. a class member and a class object

B. a class object and a class

C. a class and a member of that class

D. a class object and a member of that class

Answer: Option D


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