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

Consider the following C++ program

0 Answers  


What is an abstract class in C++

0 Answers   SwanSoft Technologies,


Write a program to input an integer from the keyboard and display on the screen “WELL DONE” that many times.

1 Answers  


When must you use a constructor initializer list?

0 Answers   Amazon,


What are the major differences between C and C++?

0 Answers   Amazon,


Is there a difference between class and struct?

0 Answers  


Can we call C++ OOPS? and Why

0 Answers  


Explain the difference between method overriding and method overloading in C++?

0 Answers   Accenture,


What are string library functions(syntax).

0 Answers   Accenture,


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

0 Answers   Amazon,


What is the difference between creating an object, using 'new' and using 'malloc'?

3 Answers   HFG, Siemens,


How does stack look in function calls? Write a recursive function call, how will the stack look like?

0 Answers   Adobe,


Categories