12 - OOP - Inheritance
Hadeer Nabil
Goals
- Understand what is Inheritance and why do we need it
- Understand Single and Multiple Inheritance
- Learn about Abstract Classes
Slides
Additional Resources
- http://www.ntu.edu.sg/home/ehchua/programming/java/J3f_OOPExercises.html#zz-1.1
- https://docs.oracle.com/javase/tutorial/java/IandI/subclasses.html
- https://javaconceptoftheday.com/java-inheritance-practice-coding-questions/