The document presents a Java program that demonstrates inheritance through the 'Admission' and 'Result' classes. The 'Result' class extends 'Admission' and includes methods for inputting and displaying student information such as roll number, class, and marks. The program allows users to enter data and then displays the entered information.