Definition of public, private or protected class members
Get and Set Methods
What is at the top of the Inheritance hierarchy?
What is Data Encapsulation
Implementation details of a class are kept hidden fro the user (getters and setters are used)
What is an Abstract Class?
What is an interface?
What is polymorphism?
What sort of relationship does inheritance represent?
is-a
What sort of relationship does composition represent?
has-a