...

/

Challenge 2: Implement the Complete Student Class

Challenge 2: Implement the Complete Student Class

In this challenge, you will implement a student class.

We'll cover the following...

Problem statement

Implement the complete Student class by completing the tasks below

Task

Implement the following properties as private:

  • name
  • rollNumber
...