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

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

Describe the advantage of an external iterator.

1082


Explain shallow copy?

1113


Difference between a copy constructor and an assignment operator.

1047


What is enum class in c++?

1320


Can we call a virtual function from a constructor?

1379


What is the best way to declare and define global variables?

1414


What is the difference between *p++ and (*p)++ ?

1409


Why is c++ still used?

1135


What is the use of seekg in c++?

1096


Can we use pointers in c++?

1113


draw a flowchart that accepts two numbers and checks if the first is divisible by the second.

3429


What is istream c++?

1260


give me an example for testing a program showing the test path .show how the test is important and complex.

2994


What is stl in oop?

1269


What does ios :: app do in c++?

1092