Created by Ruth Hyndman
almost 9 years ago
|
||
Define and describe an object.
What is a class and what does it do?
What is a constructor and what does it do? How does it differ from a method?
What is overloading?
What is overriding?
What is a method? And describe its structure.
What is Encapsulation?
Define an access modifier and give examples?
What is the rule of thumb for naming conventions?
What is polymorphism?
What are getters and setters?
What is the main benefit of using classes in OOP?
Describe how you would call a method/what calling a method does.
STATIC