Subclass of Class

# Introduction In object-oriented programming, a subclass is a class that is derived from an existing class, also known as the parent class or base class. In this challenge, we will try to define a subclass of a class in Python.

|60 : 00

Click the virtual machine below to start practicing