Page 1 of 1

Which of the following statements is wrong about inheritance?

Posted: Wed Jul 13, 2022 7:45 pm
by answerhappygod
a) Protected members of a class can be inherited
b) The inheriting class is called a subclass
c) Private members of a class can be inherited and accessed
d) Inheritance is one of the features of OOP