What is a Class?
The blueprint to create an object
What is an object?
An instance of a class
What is encapsulation?
Assigning levels of access to variables, methods and classes
What is the benefit of inheritance?
Gives the program robustness for reuse / future use
What is inheritance?
What are the 4 different access levels provided by encapsulation?
What is meant by the Static components of a class?
What is meant by the non-static components of a class?
What is the purpose of a “getter” or “accessor” method?
To return the value of an attribute in a private class