1. Write a C++ program on Single Inheritance. 

  2.  Write a C++ program onMultilevel Inheritance

  3. Write a C++ program on Multiple Inheritance.  

  4. Write a C++ program on Hierarchical Inheritance.

  5. Write a C++ program that finds Factorial value of number and finds Vowels and Consonants of given string using Inheritance.

 6. Write a C++ program that finds total marks of 3 subjects using Multi-level Inheritance.