Topbar
Topbar
Sign in
|
Join
|
Client Center
Home
Products
Client Center
Contact
Purchase
Support forums
»
Products
»
Cute Editor for .NET
»
Re: What is the difference between early binding and late binding?
Re: What is the difference between early binding and late binding?
03-03-2016, 4:03 AM
yasminpriya
Joined on 03-03-2016
Posts 2
Re: What is the difference between early binding and late binding?
Reply
Quote
There are two cases:
A function being called by name directly is early binding, when it is called through a function pointer it is late binding
A method of a derived object is called using a base class pointer - this is again done by invoking a function pointer internally. The compiler cannot tell what the object is at compile time, so that case is late binding.
QTP Training in Chennai
|
Selenium Training in Chennai
|
Software Testing Training in Chennai
View Complete Thread