Inheritance 02 Flashcards
1
Q
Can a subclass stop methods from being inherited?
A
No
2
Q
What is the meaning of methods that are inherited, overridden or newly defined?
A
Overridden: Can extend or replace functionality
Inherited:Inheritance is a mechanism whereby a class can re-use the properties and behaviour of another class.