Parent class is the class being inherited from, also called base class. Child class is the class that inherits from another class, also called derived class .
Parent class is the class being inherited from, also called base class. Child class is the class that inherits from another class, also called derived class .