...class and making them available to your new class. This allows you to reuse code and create more complex classes with less effort.
##Polymorphism
Polymorphism is the ability of an object to behave differently depending on its type. For example, a dog object might have a bark() method that...