Courses
Tutorials
Interview Prep
DSA
Practice Problems
C
C++
Java
Python
JavaScript
Data Science
Machine Learning
Courses
Linux
DevOps
Similar Topics
Web Technologies
32.1K+ articles
DSA
20.4K+ articles
Python
19.6K+ articles
Experiences
15.8K+ articles
Interview Experiences
14.5K+ articles
School Learning
11.1K+ articles
Misc
7.7K+ articles
C++
3.8K+ articles
C++ Programs
1.5K+ articles
CPP-Basics
102+ articles
Virtual Functions
2 posts
Recent Articles
Behavior of virtual function in the derived class from the base class and abstract class
Last Updated: 23 July 2025
In this article, we will discuss the behavior of Virtual Function in the derived class and derived class from the Abstract Base Class in C++.Consider the following program...
read more
Misc
C++ Programs
C++
CPP-Basics
Virtual Functions
Difference between Virtual function and Pure virtual function in C++
Last Updated: 12 July 2025
Virtual Function in C++ A virtual function is a member function which is declared within a base class and is re-defined(Overridden) by a derived class. When you refer to a...
read more
Technical Scripter
Difference Between
C++
Technical Scripter 2019
cpp-virtual
C++-Virtual Functions
Virtual Functions