If a function has to be called only by using other member functions of the class, what should be the access specifier used for that function?
(a) Private
(b) Protected
(c) Public
(d) Default
I got this question in an interview for internship.
Origin of the question is Private Access Specifier topic in chapter Access Specifiers of Object Oriented Programming