๐ง 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 readNo responses yet.