© Vaskaran Sarcar 2020
V. SarcarInteractive Object-Oriented Programming in Javahttps://doi.org/10.1007/978-1-4842-5404-2_9

9. Quick Recap of OOP Principles

Vaskaran Sarcar1 
(1)
Bangalore, Karnataka, India
 
Welcome to the final chapter of Part I. So far, you have learned the fundamentals of object-oriented programming with the basic building blocks in Java. Before you proceed to Part II, let’s review the core principles that you have already covered in this book.
  • Class and objects . Throughout the book, in almost every example, I have used different types of classes and objects. The use of the static keyword was little bit different, and you accessed the static fields through the class names.

  • Polymorphism . Both types of polymorphism were covered. Compile-time ...

Get Interactive Object-Oriented Programming in Java: Learn and Test Your Programming Skills now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.