You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In this exercise you will explore the purpose of applying inheritance given an existing class design. You will use the existing class as a superclass and create subclasses by inheriting all attributes and methods from that superclass and add additional attributes and/or methods to these subclasses for it to be used effectively.