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 purpose of inheritance?

642


What is polymorphism explain its types?

674


How do you use inheritance in unity?

586


What is the fundamental idea of oop?

634


What is a superclass in oop?

665






Why do we use inheritance?

628


How does polymorphism work?

635


Write a program to compute for numeric grades for a course. The course records are in a file that will serve as the input file. The input file is in exactly the following format: Each line contains a student's first name, then one space, then ten quiz scores all on one line. The quiz scores are in whole number and are separated by one space. Your program will take it input from this file and sends it output to a second file. The data in the output file will be exactly the same as the data in the input file except that there will be one additional number (of type double) at the end of each line. This number will be the average of the student's ten quiz scores. Use at least one function that has file streams as all or some of its arguments.

2569


What is encapsulation and abstraction? How are they implemented in C++?

632


There are two base class B1,B2 and there is one class D which is derived from both classes, Explain the flow of calling constructors and destructors when an object of derived class is instantiated.

1454


Why can't we have instance(stack) of a class as a member of the same class like eg.Class A{A obj;} as we can have self refential pointer

1618


What is the important feature of inheritance?

631


What is difference between data abstraction and encapsulation?

613


Why do we need oop?

661


Is this job good for future? can do this job post grduate student?

1689