Computer Science, asked by hydenpaulhyden1802, 9 months ago

Difference between static and dynamic binding in compiler design

Answers

Answered by MAqsidazam
0

Answer:

Static binding happens at compile-time while dynamic binding happens at runtime. ... When the method overriding is actually happening and the reference of parent type is assigned to the object of child class type then such binding is resolved during runtime.

Similar questions