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
Write A Program to find the ambiguities in Multiple Inheritance? How are they resolved.(Virtual Functions)
design a c++ class for the chess board,provide a c++ class definition for such class(only class definition is required)
What is a null tree?
INSTANCE FIELDS DECLARED private ARE ACCESSIBLE BY THE METHODS ONLY.CAN WE CHANGE THE private FIELD OF AN OBJECT IN A METHOD OF SOME OTHER OBJECT OF THE SAME CLASS?
What is class and object with example?
What is a class oop?
any one please tell me the purpose of operator overloading
Please send ford technologies placement paper 2 my mail id
What is and I oop mean?
Following are the class specifications: class {int a}; class {int b}; Using friend funtion,calculate the max of two objects and display it.
What are oops methods?
What makes a language oop?
What is persistence in oop?
How oops is better than procedural?
Can bst contain duplicates?