Student object: A student object represents an individual student with characteristics like name, age, and grade.
getGrade method: This is another method that returns the current grade of a Student object.
GPA calculation: GPA stands for Grade Point Average and it is calculated based on the grades earned in different courses. It is often used to measure a student's academic performance.