InterviewSolution
Saved Bookmarks
| 1. |
How many specifiers are present in access specifiers in class?(a) 1(b) 2(c) 3(d) 4 |
|
Answer» The correct choice is (c) 3 Explanation: There are three types of access specifiers. They are public, protected and private. |
|