Asked by Patricia Tucker’Hicks on May 28, 2024

verifed

Verified

A subclass inherits all its data members from the superclass; it has none of its own.

Data Members

Variables that hold the state of an object in a class, typically private and accessed via getter and setter methods.

Superclass

A superclass is a class in object-oriented programming from which other classes inherit methods and attributes.

  • Perceive the boundaries and potentialities of subclasses in relation to their superclasses.
verifed

Verified Answer

YS
yvonne shafferJun 03, 2024
Final Answer :
False
Explanation :
A subclass can have its own data members in addition to inheriting the ones from its superclass.