C++ Programming - OOPS Concepts - Discussion
Discussion Forum : OOPS Concepts - General Questions (Q.No. 5)
5.
Which of the following concepts means determining at runtime what method to invoke?
Discussion:
37 comments Page 2 of 4.
Anita said:
1 decade ago
Dynamic binding is correct answer because in run time only we are binding the objects to call member functions from the class for invoking the functions from class this mechanism is used.
Priti Rathi said:
1 decade ago
Dynamic binding is also called as a "Run time binding". It binds the function call to its body at a run time so we can say that, dynamic binding invokes the function call at run time.
(4)
Gurpreet said:
1 decade ago
Data hiding specifically means hiding the contents of 1 function from another being described in a program. It is implemented via using access specifiers namely protected and private.
Kannan said:
1 decade ago
Late binding is Run Time Binding or Dynamic Binding.
Early binding is Compile Time Binding or Static Binding.
These are different terms meaning same thing.
Early binding is Compile Time Binding or Static Binding.
These are different terms meaning same thing.
Dureadan said:
1 decade ago
Data hiding mean the data of 1 function is hidden from other function present in same class. Also known as encapsulation.
Guru said:
1 decade ago
What is difference between dynamic binding and dynamic loading? Can you explain me easily or any real time example?
Vairakkani said:
1 decade ago
Dynamic loading means compile time. But dynamic binding means runtime that's why dynamic binding is correct.
Gunjan said:
6 years ago
Binding refers to linking of processor call to the code to be executed in response to the call.
(8)
Nikita choudhary said:
1 decade ago
Dynamic binding binds the data at the run time. Whereas static is at the time of compiling.
Dipanjan Saha said:
1 decade ago
Please can you tell what's the difference between Dynamic binding and dynamic loading?
Post your comments here:
Quick links
Quantitative Aptitude
Verbal (English)
Reasoning
Programming
Interview
Placement Papers