explain dynamic binding by drowing

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


Please Help Members By Posting Answers For Below Questions

What is the highest level of cohesion?

793


What are properties in oop?

829


i=20;k=0; for(j=1;k-i;k+=j<10?4:3) { cout<

1658


Where is pseudocode used?

764


can we make game by using c

3750


Why do we use polymorphism in oops?

802


what type of questions

1917


How long to learn object oriented programming?

842


Is enum a class?

815


What is the main feature of oop?

918


What is the purpose of enum?

789


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?

1640


What is the advantage of oop over procedural language?

859


What is abstract class in oops?

800


what type of question are asked in thoughtworks pair programming round ?

1986