You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repository demonstrates the four main Object-Oriented Programming (OOP) principles in Java: abstraction, encapsulation, inheritance, and polymorphism. Each concept is illustrated with clear, practical examples to help beginners understand and apply OOP in their Java programs