Which Of The Following Statements Is Wrong About Inheritance #1096
Which of the following statements is wrong about inheritance?
This multiple choice question (MCQ) is related to the book/course gs gs109 Python. It can also be found in gs gs109 Python OOPs - Python Inheritance - Quiz No.1.
Which of the following statements is wrong about inheritance?
Protected members of a class can be inherited
The inheriting class is called a subclass
Private members of a class can be inherited and accessed
Inheritance is one of the features of OOP