adspace
Answer Posted / Piyush Agrawal
Late binding in C++ refers to a mechanism where the function or method call is resolved (or bound) at runtime, rather than at compile time. This can be achieved using virtual functions in inheritance or by polymorphism.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers