This repository contains my basic Java practice programs.
It covers essential concepts like loops, conditional statements, inheritance, constructor overloading, and arrays โ helpful for anyone learning Java fundamentals.
- Loops (for & while)
- Conditional Statements (if-else)
- Arrays and Array Operations (in multidimensional array)
- Constructor Overloading
- Inheritance (with examples like Animal โ Dog, Cat)