Write a program to define a superclass Record which stores the names and ranks of 50 students and a subclass Rank to find the highest rank along with the name.
Read More »Inheritance Related Programs
[Question 12 (Inheritance)] ISC 2012 (Theory) Paper Solved
Write a program to design a superclass Detail which stores the details of a customer and a subclass Bill which calculates the telephone bill
Read More »[Question 11 (Inheritance)] ISC 2013 (Theory) Paper Solved
Write a program to design a superclass Perimeter which calculates the perimeter of a parallelogram and a subclass Area which calculates the area of a parallelogram.
Read More »