Question
a.
Make the function private
b.
Use private inheritance
c.
Use public inheritance
d.
Use protected inheritance
Posted under Object Oriented Programming
Engage with the Community - Add Your Comment
Confused About the Answer? Ask for Details Here.
Know the Explanation? Add it Here.
Q. If public members are to be restricted from getting inherited from the subclass of the class containing that function, which alternative is best?
Similar Questions
Discover Related MCQs
Q. Which public function call among the following is correct outside the class, if return type is void (C++)?
View solution
Q. Which call is correct for public members of a nested class?
View solution
Q. Which is not a proper way to access public members of a class?
View solution
Q. How many public members are allowed in a class?
View solution
Q. In java, which rule among the following is applicable?
View solution
Q. Which syntax is applicable to declare public member functions in C++?
View solution
Q. Which syntax among the following is correct for public member functions?
View solution
Q. Which type of member functions get inherited in the same specifier in which the inheritance is done? (If private inheritance is used, those become private and if public used, those become public)
View solution
Q. Which among the following is true for public member functions?
View solution
Q. What are public member functions?
View solution
Q. If a function in java is declared private then it __________________
View solution
Q. Can main() function be made private?
View solution
Q. Which error will be produced if private members are accessed?
View solution
Q. A private function of a derived class can be accessed by the parent class.
View solution
Q. If private members are to be called outside the class, which is a good alternative?
View solution
Q. Which function among the following can’t be accessed outside the class in java in same package?
View solution
Q. Private member functions ____________
View solution
Q. How to access a private member function of a class?
View solution
Q. How many private member functions are allowed in a class ?
View solution
Q. In java, which rule must be followed?
View solution
Suggested Topics
Are you eager to expand your knowledge beyond Object Oriented Programming? We've curated a selection of related categories that you might find intriguing.
Click on the categories below to discover a wealth of MCQs and enrich your understanding of Computer Science. Happy exploring!