Networking, Programming and Graphics - Tutorials
Networking, Programming and Graphics - Tutorials
Simple PHP, Development, PHP Programming lessnos

Dynamic Binding - C++

Type:
Networking, Programming and Graphics - Tutorials
Level: Intermediate Networking, Programming and Graphics - Tutorials Networking, Programming and Graphics - Tutorials 
Networking, Programming and Graphics - Tutorials
Date: 2006-Dec-08
Networking, Programming and Graphics - Tutorials
Visited: 4082 times
Networking, Programming and Graphics - Tutorials
Rating: Networking, Programming and Graphics - Tutorials
Networking, Programming and Graphics - Tutorials
Author: Alex Tutorialized

Binding refers to the linking of a function call to the code to be executed in response to the call. Dynamic Binding means that the code associated with the given function call is not known until the time of call at runtime. A Function call associated with a polymorphic reference depends on dynamic type of that reference.

1. Binding linking of function call to the code to be executed in response to the call
2. Dynamic Binding code associated with given function call is not known until the time of call at run-time
3. Associated with polymorphism and inheritance
4. Function call associated with polymorphic references depends on dynamic type of that reference.

Rate this tutorial:                    
Post Comment

Need a specific tutorial? Do not hesitate and submit a request!
Your e-mail: