Erstellt von Nik Nguyen
vor mehr als 8 Jahre
|
||
What is the purpose of inheritance?
Define a class hierarchy.
How do you use a derived class?
Define the rules of inheritance for subclasses.
Compare and contrast overriding and overloading.
How is super used in programming?
How do you call an overridden method?
Discuss how the derived class of a derived class inherit specific characteristics.
Why does type compatibility matter?
Define the purpose of polymorphism.
Define dynamic binding.