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 contains Java programs and examples demonstrating core Object-Oriented Programming (OOP) concepts such as Encapsulation, Inheritance, Polymorphism, and Abstraction. It is part of my learning journey with guidance from Kunal Kushwaha's Java Playlist. The repo serves as a reference for OOP principles and practical implementations.
Core Java is the fundamental part of the Java Standard Edition (Java SE) used to develop general-purpose applications. It covers essential programming constructs, object-oriented programming principles, and built-in libraries that enable developers to build robust and maintainable applications.