Site Owners Forums - Webmaster Forums

Site Owners Forums - Webmaster Forums (http://siteownersforums.com/index.php)
-   Programming General (http://siteownersforums.com/forumdisplay.php?f=44)
-   -   What is pure virtual function? (http://siteownersforums.com/showthread.php?t=170081)

Shivangi Panwar 06-04-2016 12:23 AM

What is pure virtual function?
 
What is pure virtual function?

Paavni 06-09-2016 03:43 AM

A pure virtual function is implemented by classes which are derived from a Abstract class.
Pure virtual Functions are virtual functions with no definition. They start with virtual keyword and ends with = 0.
Here is the syntax for a pure virtual function,
virtual void f() = 0;

sumita 06-10-2016 01:07 AM

The pure virtual function or virtual method that is required to be implemented by a derived class is not abstract.

adityadev 03-01-2018 10:50 PM

A pure virtual function or pure virtual method 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.

lmenter123 03-01-2018 11:51 PM

A pure virtual function or pure virtual method 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.

stellasweety 03-02-2018 12:26 AM

An unadulterated virtual capacity or unadulterated virtual strategy is a virtual capacity that is required to be actualized by an inferred class if the determined class isn't extract. Classes containing unadulterated virtual techniques are named "theoretical" and they can't be instantiated specifically.

newproaudio 03-02-2018 12:26 AM

A pure virtual function or pure virtual method 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.

sathyamelectron 03-02-2018 12:28 AM

A pure virtual function or pure virtual method 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.

spurtcommerce 03-03-2018 03:04 AM

A pure virtual function or pure virtual method 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.


All times are GMT -7. The time now is 01:12 PM.


Powered by vBulletin Copyright © 2020 vBulletin Solutions, Inc.