005 - Writing Java Classes - 2
005 - Writing Java Classes - 2
Shakir Hussain
Will cover :
y Inheritance
y Polymorphism : Method Overriding
y Keyword : super
y Abstract Class
y Interface
y final : class, method, variable
Inheritance
y Inheritance is the capability of a class to use
the properties and methods of another class
while adding its own functionality.