This program prints Hello, World! on the console. It is the first program most beginners write when learning Java.
In this project, I have implemented the following core OOPs principles: Classes & Objects: Defining the basic structure and blueprints of Java programs. Inheritance: Achieving code reusability using ...