Challenge 2: Implement the Complete Student Class
Can you implement the Student class using the concepts of encapsulation? A solution is placed in the "solution" section to help you, but we suggest you try to solve it on your own first.
We'll cover the following...
Problem Statement
You are given a Student
class in the editor.
Your task is to ...