1. Single Inheritance 

  2. Multilevel Inheritance 

  3. Multiple Inheritance  

  4. 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.