...creating an instance of that class. Each object has its own unique state, but all objects of the same class share the same behaviors.
##Inheritance
Inheritance is a way of creating new classes from existing classes. When you inherit from a class, you are essentially taking all of the...