Ayush7614 / Daily-Coding-DS-ALGO-Practice

A open source project🚀 for bringing all interview💥💥 and competative📘 programming💥💥 question under one repo📐📐
https://daily-ds-algo.github.io/DS-Algo-Website/
MIT License
314 stars 477 forks source link

Add Types of Inheritance in CPP #2465

Closed adityarajsahoo closed 2 years ago

adityarajsahoo commented 2 years ago

Aim

To add all types of Inheritance with code in CPP.

Details

  1. Single Inheritance
  2. Multiple Inheritance
  3. Multi level Inheritance
  4. Hybrid Inheritance
  5. Hierarchical Inheritance

Programming language

prashun07 commented 2 years ago

@adityarajsahoo Assign me this task under hacktoberfest . I want to complete it using C++ with proper code and documentation.