InterviewSolution
Saved Bookmarks
| 1. |
How many public members are allowed in a class?(a) Only 1(b) At most 7(c) Exactly 3(d) As many as requiredThe question was posed to me in class test.Question is from Public Member Functions in chapter Member Functions & its Types of Object Oriented Programming |
|
Answer» The CORRECT answer is (d) As many as required |
|