Day 4a : Abstract Class
🧠 What is abstract in Java?
The keyword abstract in Java is used for:
Abstract Classes
Abstract Methods
It enables abstraction, which is one of the four pillars of OOP (along with encapsulation, inheritance, and polymorphism).
📌 1. Abstract Cla...
lldwithbaijnath.hashnode.dev9 min read