InterviewSolution
Saved Bookmarks
| 1. |
How many specifiers are used to derive a class?(a) 1(b) 2(c) 3(d) 4 |
|
Answer» Right choice is (c) 3 To explain: There are 3 specifiers used to derive a class. They are private, protected and public. |
|