Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 608 Bytes

File metadata and controls

23 lines (14 loc) · 608 Bytes

This repository is initially imported from Hack Your Future teacher https://github.com/sammou00 and then modified.

Week 2: Methods, Array & Intro to OOP

This week introduces you to modular programming and the basics of object-oriented programming (OOP).

Topics Covered

  • Defining and invoking methods
  • Method parameters and return types
  • Array and multidimensional arrays
  • Intro to Classes and Objects

Activities

  • Practice writing reusable methods
  • Create a class-based program with multiple objects

Assignment

Create a simple Student Management System using classes and arrays.