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...


What does it mean to declare a member function as virtual in C++?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C++ Interview Questions

Identify the errors in the following program. #include <iostream> using namespace std; void main() { int i=5; while(i) { switch(i) { default: case 4: case 5: break; case 1: continue; case 2: case 3: break; } i-; } }

1 Answers  


Name the operators that cannot be overloaded.

1 Answers   Wipro,


What does it mean to declare a member function as static in C++?

0 Answers   Amazon,


When would you use a pointer? A reference?

0 Answers   Amazon,


What is name mangling/name decoration?

0 Answers   Amazon,


In C++ what is the meaning of data hiding?

0 Answers   Aricent,


Write a C++ Program to Reverse a Number using while loop.

1 Answers  


What is the difference between realloc() and free() in C++?

0 Answers   IBS, TCS,


Define an Abstract class in C++?

0 Answers  


What is the difference between malloc, calloc and realloc?

0 Answers   Alter,


Mention the default functions in C++, how would you detect that error has occurred inside the constructor and destructor.

0 Answers   Adobe,


What are "pure virtual" functions?

0 Answers   Adobe, Alter, iNautix,


Categories