Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 338 Bytes

File metadata and controls

12 lines (7 loc) · 338 Bytes

| Inheritance

  1. write a program to demonstrate use of multi-level inheritance

  2. write a program with student class with its child class Jay. display all info which you get from user jay.

| Polymorphirm

  1. write a program which shows compile time polymorphism example with variants of sum till 4 parameters.