C++ Programming - OOPS Concepts - Discussion

Discussion Forum : OOPS Concepts - General Questions (Q.No. 23)
23.
Which of the following concepts means waiting until runtime to determine which function to call?
Data hiding
Dynamic casting
Dynamic binding
Dynamic loading
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
16 comments Page 2 of 2.

Bhargavi said:   1 decade ago
Dynamic means runtime then only it decides which method will be invoke.

Priyanka said:   1 decade ago
Dynamic Binding: The decision is made at run-time based upon the type of the actual object.
(1)

Atif parkar said:   1 decade ago
What is Data hiding, Dynamic casting Dynamic binding Dynamic loading?

Benazir said:   1 decade ago
Dynamic binding => Determining at run time what method to invoke

Data hiding => Expose only necessary information to the client

Md.nadeem said:   1 decade ago
The correct answer is Dynamic Binding

Varsha said:   1 decade ago
What is Data hiding, Dynamic casting, Dynamic binding, Dynamic loading ?


Post your comments here:

Your comments will be displayed after verification.