Answer Posted / venkatesh
Dynamic binding means knowing the state of an object at
runtime is k/as Dynamic binding.It is also k/as Late Binding.
Static binding means knowing the state of an objects at
compile time , also k/as Early Binding.
| Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
What is ambiguity in inheritance?
What is abstraction encapsulation?
What is static in oop?
What is abstraction in oops?
What are different types of JVM's? for example we use dalvik jvm for android then what about the remaining operating systems?
What are oops methods?
How do you achieve polymorphism?
What is object in oop?
What is the fundamental idea of oop?
What is constructor overloading in oop?
Why do we use class in oops?
Which language is not a true object oriented programming language?
What are the two different types of polymorphism?
What is the example of polymorphism?
What is the diamond problem in inheritance?