InterviewSolution
| 1. |
What Is Static And Dynamic Binding? |
|
Answer» BINDING is NOTHING but the association of a NAME with the class. Static binding is a binding in which name can be associated with the class during compilation TIME , and it is also called as EARLY Binding. Binding is nothing but the association of a name with the class. Static binding is a binding in which name can be associated with the class during compilation time , and it is also called as early Binding. |
|