Loading video...
QuickNotes™ 
Polymorphism
- Polymorphism allows a class to take on multiple forms
- Polymorphism uses Abstract Classes to leave some methods undefined
- These undefined methods will have their arguments defined at run-time rather than at compile-time, allowing for flexibility
- A Superclass method that is declared final cannot be overridden in an extended subclass
Discussion 
Please login to ask a question and view discussion.














