Skip to content

Latest commit

 

History

History

lab-7

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

LAB 7

POLYMORPHISM IN C++

  • Task #1: WAP in CPP to illustrate the concept of re_interpret cast operator.

  • Task #2: WAP in CPP to illustrate the concept of dynamic cast operator.

  • Task #3: WAP in CPP to illustrate the concept of typeid operator.

  • Task #4: WAP in CPP to illustrate the concept of virtual functions.