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 3 of 3.
Raj swami said:
7 years ago
When class contain at least one virtual function at that time complier internally creates one table which stores the address of virtual function declared in the side that class. Such a table is called virtual function table or vftable or vtable.
(2)
Mukul said:
3 years ago
Late Binding means Dynamic Binding or Runtime Binding. Various mappings done at the running of program code.
Post your comments here:
Quick links
Quantitative Aptitude
Verbal (English)
Reasoning
Programming
Interview
Placement Papers