dynamic and static are two type of
Answers
Answered by
2
Answer:
There are two types of binding: Static Binding that happens at compile time and Dynamic Binding that happens at runtime. Before I explain static and dynamic binding in java, lets see few terms that will help you understand this concept better.
Similar questions