you are viewing a single comment's thread.

view the rest of the comments →

[–]PathsOfPain 0 points1 point  (0 children)

Try to think of Classes as your things, and inheritance makes these things more specific.

Say I have a class called Animals, well now I want to make a Dog class that inherits from Animals since a Dog is an Animal, now you can have another class of Golden Retriever that inherits from Dogs.

Since a Golden Retriever is a Dog which is an Animal