The program works on the most important concept of OOP in Java, whereby the student class inherits all the attributes of the person class using inheritance. Through this, the student class can use the constructor in the person class and assign initial values to variables using the super function.