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


Tell me about virtual function



Tell me about virtual function..

Answer / hrpynux@gmail.com

A C++ virtual function is a member function in the base class that you redefine in a derived class. It is declared using the virtual keyword. It is used to tell the compiler to perform dynamic linkage or late binding on the function. ... A 'virtual' is a keyword preceding the normal declaration of a function.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C++ Interview Questions

What are the advantages/disadvantages of using inline and const?

0 Answers   Amazon,


Explain encapsulation in C++.

0 Answers   Verifone,


What do you by Function Overloading in C++?

0 Answers   Akamai Technologies, Infogain,


What is the difference between an ARRAY and a LIST in C++?

1 Answers   IBS, TCS,


Declare a pointer to a function that takes a char pointer as argument and returns a void pointer.

0 Answers   Alter,


What kind of problems does name mangling cause?

0 Answers   Amazon,


Discuss about iteration statements in C++ .

0 Answers   Agilent,


What is conversion constructor in C++

0 Answers   TCS,


It is possible to build a C++ compiler on top of a C compiler. How would you do this?

0 Answers   Amazon,


How to reverse a string in C++

0 Answers  


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  


What Is A Conversion Constructor C++ ?

0 Answers   Amazon,


Categories