Create a class representing a student. Includecharacteristics such as student number, first and last name, overall GPA,classification, and major. Write at least two constructors. Include propertiesfor each of the data items. Create a second class that instantiates the firstclass with information about yourself. In the second class, create a classmethod that displays your name and GPA.