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?
Discussion:
16 comments Page 2 of 2.
PVN B091086 said:
1 decade ago
Dynamic cast:
Dynamic casts can be used to safely cast a superclass reference into a reference to a subclass in a class hierarchy.
Dynamic binding:
Determining at run time what method to invoke.
Data hiding:
Expose only necessary information to the client.
Dynamic casts can be used to safely cast a superclass reference into a reference to a subclass in a class hierarchy.
Dynamic binding:
Determining at run time what method to invoke.
Data hiding:
Expose only necessary information to the client.
Sree said:
1 decade ago
What is difference between abstraction and data hiding?
Ramesh said:
1 decade ago
Thank you for your questions. In this I learn something about C++.
Neeraj said:
1 decade ago
What is mean by dynamic loading?
Himangi said:
10 years ago
In data hiding we use modifiers like private, public and protected to hide the java variable and methods visibility.
When we go with the abstraction by bean of abstract classes and method we define a behavior and method. That is like skeleton for any class that would be extending this class.
When we go with the abstraction by bean of abstract classes and method we define a behavior and method. That is like skeleton for any class that would be extending this class.
Ashok said:
10 years ago
What is mean by binding?
Post your comments here:
Quick links
Quantitative Aptitude
Verbal (English)
Reasoning
Programming
Interview
Placement Papers