Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

How to construct virtual constructor

Answer Posted / vishwa

there is no need to use vitual constructors in C++.
because the construction of the class tree will be happened
from the base class to child class.

Is This Answer Correct ?    9 Yes 9 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are namespaces in c++?

1086


What is virtual function? Explain with an example

1093


Implement stack operations with pointers with appropriate exception checks.

970


Write a program to encrypt the data in a way that inputs a four digit number and replace each digit by (the sum of that digit plus 7) modulus 10. Then sweep the first digit with the third, second digit with the fourth and print the encrypted number.

2584


What are the two types of comments, and how do they differ?

1124


What are the main features of c++?

1002


Write an algorithm that determines whether or not an almost complete binary tree is a heap.

3907


Do you know what are the new features that iso/ansi c++ has added to original c++ specifications?

1115


What does int * mean in c++?

1229


Explain the extern storage classes in c++.

1048


Why do we use using namespace std in c++?

1074


What are friend functions in C++?

1064


What sorting algorithm does c++ use?

1141


Which sort is best for the set: 1 2 3 5 4 a) Quick Sort b) Bubble Sort c) Merge Sort

1053


What is array in c++ example?

1105