What is the difference between early binding and late binding in VB.NET ?
Interview question and answer by:
Bharathi Cherukuri | Posted on: 4/20/2012 | Category:
VB.NET Interview questions | Views: 771 | |
Points: 40
Answer:
Calling a non-virtual method, at a compile time is known as early binding.
Calling a virtual method (Pure Polymorphism), at a runtime is known as late binding.
Asked In: Many Interviews
|
Alert Moderator
Found interesting? Add this to: