InterviewSolution
Saved Bookmarks
| 1. |
Private member functions ____________(a) Can’t be called from enclosing class(b) Can be accessed from enclosing class(c) Can be accessed only if nested class is private(d) Can be accessed only if nested class is publicThe question was asked in semester exam.My doubt stems from Private Member Functions topic in division Member Functions & its Types of Object Oriented Programming |
|
Answer» Right option is (a) Can’t be called from ENCLOSING CLASS |
|