C++ Programming - OOPS Concepts - Discussion

Discussion Forum : OOPS Concepts - General Questions (Q.No. 24)
24.
How "Late binding" is implemented in C++?
Using C++ tables
Using Virtual tables
Using Indexed virtual tables
Using polymorphic tables
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
22 comments Page 2 of 3.

Geeta kamble said:   1 decade ago
Hence the dynamic and late binding is one an the same thing.

Savitha.D said:   1 decade ago
I need a clear description about virtual tables and its functions can any one help me out.

Pooja Pandey said:   1 decade ago
The function is linked with particular class much later after compilation, the process is termed as late binding or dynamic binding or dynamic linkage. The late binding is implemented through virtual function.

Akshay meena said:   10 years ago
What is the difference between virtual function and virtual table? Somebody please tell me.

Madhu said:   10 years ago
What is late binding?

Arpit said:   9 years ago
What is meant by late binding?

Priya said:   9 years ago
Late binding is similar to dynamic binding. Used to call the relevant function during the runtime of a program.

Mayu said:   9 years ago
How implementation of dynamic binding possible in virtual c++?
(1)

Meghana said:   8 years ago
What is meant by late binding?

Jayshri salve said:   7 years ago
Late Binding means Dynamic Binding or Runtime Binding. Various mappings done at the running of program code.


Post your comments here:

Your comments will be displayed after verification.