Student.gpa refers to the GPA (Grade Point Average) variable belonging to an object of the class 'Student.' It represents the grade point average of that particular student.
Related terms
Variable: A named storage location in memory that holds data during program execution.
Class: A blueprint for creating objects that define their structure and behavior.
Instance Variable: A variable defined within a class but outside any method, representing properties or characteristics of objects created from that class.