

MCQOPTIONS
Saved Bookmarks
1. |
If two classes combine some private data members and provides public member functions to access and manipulate those data members. Where is abstraction used? |
A. | Using private access specifier for data members |
B. | Using class concept with both data members and member functions |
C. | Using public member functions to access and manipulate the data members |
D. | Data is not sufficient to decide what is being used |
Answer» D. Data is not sufficient to decide what is being used | |