Skip to content
Courses
DSA to Development
Get IBM Certification
Newly Launched!
Master Django Framework
Become AWS Certified
For Working Professionals
Interview 101: DSA & System Design
Data Science Training Program
JAVA Backend Development (Live)
DevOps Engineering (LIVE)
Data Structures & Algorithms in Python
For Students
Placement Preparation Course
Data Science (Live)
Data Structure & Algorithm-Self Paced (C++/JAVA)
Master Competitive Programming (Live)
Full Stack Development with React & Node JS (Live)
Full Stack Development
Data Science Program
All Courses
Tutorials
Data Structures & Algorithms
ML & Data Science
Interview Corner
Programming Languages
Web Development
CS Subjects
DevOps And Linux
School Learning
Practice
Build your AI Agent
GfG 160
Problem of the Day
Practice Coding Problems
GfG SDE Sheet
Contests
Accenture Hackathon (Ending Soon!)
GfG Weekly [Rated Contest]
Job-A-Thon Hiring Challenge
All Contests and Events
DSA
Practice Problems
Python
C
C++
Java
Courses
Machine Learning
DevOps
Web Development
System Design
Aptitude
Projects
Sign In
▲
Similar Topics
C++
4k+ articles
C++ Programs
2.5k+ articles
School Programming
1.4k+ articles
CPP Examples
700+ articles
CPP-Functions
600+ articles
cpp-class
57 articles
CPP-OOPs
47 articles
cpp-constructor
37 articles
C++-Inheritance
22 articles
cpp-virtual
17 articles
cpp-inheritance
28 posts
Popular Articles
Recent Articles
C++ Hierarchical Inheritance
Last Updated: 27 October 2022
Inheritance is a feature of Object-Oriented-programming in which a derived class (child class) inherits the property (data member and member
...read more
Technical Scripter
cpp-inheritance
C++
Picked
Technical Scripter 2022
C++ Multilevel Inheritance
Last Updated: 19 January 2023
Multilevel Inheritance in C++ is the process of deriving a class from another derived class. When one class inherits another class it is fur
...read more
cpp-inheritance
C++
Picked
Function Overriding in C++
Last Updated: 02 April 2025
A function is a block of statements that together performs a specific task by taking some input and producing a particular output. Function
...read more
cpp-inheritance
C++
CPP-OOPs
Similar Topics
C++
4k+ articles
C++ Programs
2.5k+ articles
School Programming
1.4k+ articles
CPP Examples
700+ articles
CPP-Functions
600+ articles
cpp-class
57+ articles
CPP-OOPs
47+ articles
cpp-constructor
37+ articles
C++-Inheritance
22+ articles
cpp-virtual
17+ articles
Constructor in Multiple Inheritance in C++
Last Updated: 23 July 2022
Constructor is a class member function with the same name as the class. The main job of the constructor is to allocate memory for class obje
...read more
cpp-constructor
cpp-inheritance
C++
Geeks-Premier-League-2022
Geeks Premier League
Difference between Base class and Derived class in C++
Last Updated: 22 March 2023
Base Class: A base class is a class in Object-Oriented Programming language, from which other classes are derived. The class which inherits
...read more
cpp-inheritance
C++
C++-Inheritance
Inheritance
Difference Between
Object-Oriented Design (OOD) - System Design
Last Updated: 03 January 2025
A crucial method for system design is object-oriented design (OOD), which places an intense focus on scalability, modularity, and reusabilit
...read more
cpp-inheritance
Java-Object Oriented
Design Pattern
C++-Inheritance
Inheritance
Picked
System Design
Early binding and Late binding in C++
Last Updated: 05 February 2018
Binding refers to the process of converting identifiers (such as variable and performance names) into addresses. Binding is done for each va
...read more
Misc
cpp-virtual
cpp-inheritance
C++
override identifier in C++
Last Updated: 27 November 2024
Function overriding is a redefinition of the base class function in its derived class with the same signature i.e. return type and parameter
...read more
cpp-class
cpp-virtual
cpp-inheritance
C++
CPP-OOPs
Virtual Function in C++
Last Updated: 11 January 2025
A virtual function (also known as virtual methods) is a member function that is declared within a base class and is re-defined (overridden)
...read more
cpp-virtual
cpp-inheritance
C++
Inheritance in C++
Last Updated: 14 April 2025
The capability of a class to derive properties and characteristics from another class is called Inheritance. Inheritance is one of the most
...read more
cpp-inheritance
C++
CPP-OOPs
Order of Constructor/ Destructor Call in C++
Last Updated: 14 September 2023
Prerequisite: ConstructorsWhenever we create an object of a class, the default constructor of that class is invoked automatically to initial
...read more
cpp-inheritance
C++
Object Oriented Programming in C++
Last Updated: 11 March 2025
Object Oriented Programming - As the name suggests uses objects in programming. Object-oriented programming aims to implement real-world ent
...read more
CPP-Basics
cpp-class
cpp-inheritance
C++
Pure Virtual Functions and Abstract Classes in C++
Last Updated: 11 January 2025
Sometimes implementation of all functions cannot be provided in a base class because we don't know the implementation. Such a class is calle
...read more
cpp-virtual
cpp-inheritance
C++
School Programming
Virtual Functions and Runtime Polymorphism in C++
Last Updated: 09 December 2022
A virtual function is a member function that is declared in the base class using the keyword virtual and is re-defined (Overridden) in the d
...read more
CPP-Functions
cpp-virtual
cpp-inheritance
C++
School Programming
Comparison of Inheritance in C++ and Java
Last Updated: 03 April 2023
The purpose of inheritance is the same in C++ and Java. Inheritance is used in both languages for reusing code and/or creating an ‘is-a’
...read more
Java
cpp-inheritance
java-inheritance
1
2
>>
Last
1
2
>>
Last
1
2
>>
Last
We use cookies to ensure you have the best browsing experience on our website. By using our site, you acknowledge that you have read and understood our
Cookie Policy
&
Privacy Policy
Got It !