#1  
12th February 2012, 11:18 PM
Unregistered
Guest
 
Posts: n/a

What is meant by abstract classes and pure virtual function in programming languages?


what do u mean by abstract classes and pure virtual functions?
please send me the details




  #2  
7th April 2016, 11:06 AM
secret29
Senior Member+
 
Join Date: Mar 2015
Location: Pune,
Posts: 1,004
Default Re: What is meant by abstract classes and pure virtual function in programming languages?

Abstract Class & Pure Virtual function are related to each other and is one of the important features of C++ Programing language.

An abstract class is a class that is designed to be specifically used as a A pure virtual function is a virtual function that is required to be implemented by a derived class if the derived class is not abstract.

Classes containing pure virtual methods are termed "abstract" and they cannot be instantiated directly.
Do you have any question? or have anything to say?





Powered by vBulletin® Version 3.8.3
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.3.0
vBulletin Optimisation by vB Optimise.
Please also check: