Which among the following is false?
(a) Private members can be accessed using friend functions
(b) Member functions can be made private
(c) Default members can’t be inherited
(d) Public members are accessible from other classes also
The question was posed to me in unit test.
My doubt is from Access Specifiers topic in section Access Specifiers of Object Oriented Programming