Go Back   Site Owners Forums - Webmaster Forums > Web Programming > Programming General

Notices


Reply
 
Thread Tools Rate Thread Display Modes
Old 06-04-2016, 12:23 AM   #1
Shivangi Panwar
Registered User
 
Join Date: Nov 2015
Posts: 127
What is pure virtual function?

What is pure virtual function?
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
Shivangi Panwar is offline   Reply With Quote

Old 06-09-2016, 03:43 AM   #2
Paavni
Registered User
 
Join Date: Jun 2016
Posts: 15
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;
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
Paavni is offline   Reply With Quote
Old 06-10-2016, 01:07 AM   #3
sumita
Registered User
 
Join Date: Jun 2016
Posts: 53
The pure virtual function or virtual method that is required to be implemented by a derived class is not abstract.
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.


To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
sumita is offline   Reply With Quote
Old 03-01-2018, 10:50 PM   #4
adityadev
Registered User
 
Join Date: Jul 2017
Posts: 86
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.
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
adityadev is offline   Reply With Quote
Old 03-01-2018, 11:51 PM   #5
lmenter123
Registered User
 
Join Date: May 2017
Posts: 154
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.
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.


To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
lmenter123 is offline   Reply With Quote
Old 03-02-2018, 12:26 AM   #6
newproaudio
Registered User
 
Join Date: May 2017
Posts: 269
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.
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
newproaudio is offline   Reply With Quote
Old 03-02-2018, 12:26 AM   #7
stellasweety
Registered User
 
Join Date: Mar 2017
Posts: 651
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.
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
stellasweety is offline   Reply With Quote
Old 03-02-2018, 12:28 AM   #8
sathyamelectron
Registered User
 
Join Date: Sep 2017
Posts: 81
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.
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
sathyamelectron is offline   Reply With Quote
Old 03-03-2018, 03:04 AM   #9
spurtcommerce
Registered User
 
Join Date: Oct 2017
Posts: 16
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.
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
spurtcommerce is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
virtual shop Preksh Post your ad here 0 09-04-2015 01:01 AM
What is a Virtual Domain ? noahwilson Hosting Discussion 1 09-01-2014 11:50 AM
Feeding the search engines’ endless thirst - Virtual Assistance and You Blog bobo.cx Search Engine Optimization 3 03-24-2014 10:44 PM


All times are GMT -7. The time now is 12:35 AM.


Powered by vBulletin Copyright © 2020 vBulletin Solutions, Inc.