This repository is initially imported from Hack Your Future teacher https://github.com/sammou00?target=https://github.com and then modified.
This week introduces you to modular programming and the basics of object-oriented programming (OOP).
- Defining and invoking methods
- Method parameters and return types
- Array and multidimensional arrays
- Intro to Classes and Objects
- Practice writing reusable methods
- Create a class-based program with multiple objects
Create a simple Student Management System using classes and arrays.