...

/

Challenge 3: Analyzing the Performance of Students

Challenge 3: Analyzing the Performance of Students

In this exercise, you have to analyze a student's performance using the concept of classes

We'll cover the following...

Problem Statement

Implement a class, Student, that has four fields with properties and two methods. This challenge is designed to test your understanding of following good OOP practices. The problem can be broken down into three tasks:

Task 1

  • The properties should only have the get block defined for the relative fields,
...