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 public
The question was asked in semester exam.
My doubt stems from Private Member Functions topic in division Member Functions & its Types of Object Oriented Programming