Skip to content

Commit 6cb8f10

Browse files
authored
Update oops.md
1 parent ebab3ca commit 6cb8f10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

semester/oops.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,10 +69,10 @@ Basic terms - Objects, Classes, Data Abstractions & Encapsulation, Inheritance,
6969

7070
#### Dynamic Binding
7171

72+
* Dynamic binding or late binding is the mechanism a computer program waits until runtime to bind the name of a method called to an actual subroutine
7273
* Binding refers to the linking of a procedure call to the code to be executed in response to the call.
7374
* Code associated with given procedure call is not known until the time of the call at run-time.
7475
* Runtime-Polymorphism.
75-
* Also known as late binding
7676

7777
| Compile Time Polymorphism | Run Time Polymorphism |
7878
| :--- | :--- |

0 commit comments

Comments
 (0)