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 the highest level of cohesion?
What are properties in oop?
i=20;k=0;
for(j=1;k-i;k+=j<10?4:3)
{
cout<
Where is pseudocode used?
can we make game by using c
Why do we use polymorphism in oops?
what type of questions
How long to learn object oriented programming?
Is enum a class?
What is the main feature of oop?
What is the purpose of enum?
They started with the brief introduction followed by few basic C++ questions on polumorphism, inheritance and then virtual functions. What is polymorphims? How you will access polymorphic functions in C? How virtual function mechanism works?
What is the advantage of oop over procedural language?
What is abstract class in oops?
what type of question are asked in thoughtworks pair programming round ?