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 1 of 3.
Bhavesh Patel said:
1 decade ago
What is "Virtual Table"?
Ram bidwai said:
1 decade ago
What is concept of virtual table?
Dimple said:
1 decade ago
What do you mean by virtual table?
Viny said:
1 decade ago
What is late binding. ?
Vivek Kumar said:
1 decade ago
Late Binding means Dynamic Binding or Runtime Binding. Various mappings done at the running of program code.
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.
Savitha.s said:
1 decade ago
Explain more about virtual table and late binding ?
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".
Aamir said:
1 decade ago
Thanks shweta nd Yogesh.
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?
Post your comments here:
Quick links
Quantitative Aptitude
Verbal (English)
Reasoning
Programming
Interview
Placement Papers