Q.1.
Which is private member functions access scope?
Q.2.
Which among the following is true?
Q.3.
Which member can never be accessed by inherited classes?
Q.4.
Which syntax among the following shows that a member is private in a class?
Q.5.
If private member functions are to be declared in C++ then _____________
Q.6.
In java, which rule must be followed?
Q.7.
How many private member functions are allowed in a class?
Q.8.
How to access a private member function of a class?
Q.9.
Private member functions ____________
Q.10.
Which function among the following can’t be accessed outside the class in java in same package?
Q.11.
If private members are to be called outside the class, which is a good alternative?
Q.12.
A private function of a derived class can be accessed by the parent class.
Q.13.
Which error will be produced if private members are accessed?
Q.14.
Can main() function be made private?
Q.15.
If a function in java is declared private then it __________________