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 you mean by early binding and late binding? How it is related to dynamic binding?



What you mean by early binding and late binding? How it is related to dynamic binding?..

Answer / hrpynux@gmail.com

The compiler performs a process called binding when an object is assigned to an object variable. The early binding (static binding) refers to compile time binding and late binding (dynamic binding) refers to runtime binding.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C++ General Interview Questions

Differentiate between the manipulator and setf( ) function?

0 Answers  


What are c++ storage classes?

0 Answers  


How do c++ struct differs from the c++ class?

0 Answers  


What is c++ runtime?

0 Answers  


Can you pass an array to a function in c++?

0 Answers  


How does c++ sort work?

0 Answers  


What is an explicit constructor?

1 Answers  


What is std::move?

1 Answers  


given unsigned int ui1=3,ui2=7; what are the outputs of a)ui1 & ui2 b)ui1 && ui2 c)ui1 | ui2 d)ui1 || ui2 i also need the justification for the answers thank you

2 Answers  


Why the usage of pointers in C++ is not recommended ?

0 Answers   TCS,


1.what is the difference between software & package &application.

1 Answers   Infosys,


Why preincrement operator is faster than postincrement?

5 Answers  


Categories