Skip to content

Commit

Permalink
Update oops.md
Browse files Browse the repository at this point in the history
  • Loading branch information
shiv-2810 committed Feb 16, 2022
1 parent ebab3ca commit 6cb8f10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion semester/oops.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,10 @@ Basic terms - Objects, Classes, Data Abstractions & Encapsulation, Inheritance,

#### Dynamic Binding

* 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
* Binding refers to the linking of a procedure call to the code to be executed in response to the call.
* Code associated with given procedure call is not known until the time of the call at run-time.
* Runtime-Polymorphism.
* Also known as late binding

| Compile Time Polymorphism | Run Time Polymorphism |
| :--- | :--- |
Expand Down

0 comments on commit 6cb8f10

Please sign in to comment.