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
Prepare me a program for the animation of train
What is constructor overloading in oop?
What is polymorphism and its types?
What language is oop?
Why is abstraction used?
to find out the minimum of two integer number of two different classes using friend function
Write a java applet that computes and displays the squares of values between 25 and 1 inclusive and displays them in a TextArea box
write knight tour problem which is present in datastructure
Write a C++ program without using any loop (if, for, while etc) to print prime numbers from 1 to 100 and 100 to 1 (Do not use 200 print statements!!!)
Why do we use class in oops?
any one please tell me the purpose of operator overloading
What is polymorphism what are the different types of polymorphism?
Why do we use polymorphism?
Can we create object of abstract class?
Get me a number puzzle game-program