C++ Programming - OOPS Concepts - Discussion
Discussion Forum : OOPS Concepts - General Questions (Q.No. 24)
24.
How "Late binding" is implemented in C++?
Discussion:
22 comments Page 2 of 3.
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.
Bhavesh Patel said:
1 decade ago
What is "Virtual Table"?
Geeta kamble said:
1 decade ago
Hence the dynamic and late binding is one an the same thing.
Deepika said:
1 decade ago
What is late binding?
What it does?
What is virtual table and what it contains?
What it does?
What is virtual table and what it contains?
Aamir said:
1 decade ago
Thanks shweta nd Yogesh.
Shweta said:
1 decade ago
To implement virtual functions, C++ uses a special form of late binding known as the virtual table. The virtual table is a lookup table of functions used to resolve function calls in a dynamic/late binding manner. The virtual table sometimes goes by other names, such as "vtable", "virtual function table", "virtual method table", or "dispatch table".
Savitha.s said:
1 decade ago
Explain more about virtual table and late binding ?
Yogesh said:
1 decade ago
The virtual table is a lookup table of functions used to resolve function calls in a dynamic/late binding manner.
Vivek Kumar said:
1 decade ago
Late Binding means Dynamic Binding or Runtime Binding. Various mappings done at the running of program code.
Viny said:
1 decade ago
What is late binding. ?
Post your comments here:
Quick links
Quantitative Aptitude
Verbal (English)
Reasoning
Programming
Interview
Placement Papers