What you mean by early binding and late binding? How it is related to dynamic binding?
Answer Posted / 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 View All Answers
Should I learn c++ c?
What is endl c++?
Can comments be longer than one line?
Differentiate between a pointer and a reference with respect to c++.
What is an adaptor class in c++?
What do you mean by enumerated data type?
What are structures and unions?
What is new in c++?
How to declare a function pointer?
What is namespace & why it is used in c++?
Are strings immutable in c++?
What is size of string in c++?
What is the difference between a baller and a reference in C++?
What is a hashmap c++?
How should runtime errors be handled in c++?