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 C++ program for booking using constructor and destructor.
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 oops with example?
Why we use classes in oop?
Write a program to reverse a string using recursive function?
Write a c++ program to display pass and fail for three student using static member function
Is data hiding and abstraction same?
what is the drawback of classical methods in oops?
What does <> mean pseudocode?
Why do we use oop?
What is the fundamental idea of oop?
write a code for this:trailer recordId contains a value other than 99, then the file must error with the reason ‘Invalid RECORD_ID’(User Defined Exception).
What is polymorphism in oop example?
What is basic concept of oop?
What is for loop and its syntax?