Which of the following concepts means determining at run time what method to invoke?
Data hiding
Dynamic Typing
Dynamic binding
Dynamic loading
Which of the following is an abstract data type?
Int
Double
String
Class
Which of the following is correct about function overloading?
The types of arguments are different.
The order of argument is different.
The number of argument is same.
Both 1 and 2.
Which of the following access specifier is used as a default in a class definition?
Protected
Public
Private
Friend
C++ is an example of.
Object based language
Non-procedural language
Object oriented language
Non Object oriented language
The benefits of object-oriented modeling are which of the following?
The ability to tackle more challenging problems
Reusability of analysis, design, and programming results.
Improved communication between users, analysts, etc.
All of the above
The act of partitioning a program into individual components is called:
Polymorphism
Encapsulation
Data abstraction
Modularity
The term operator overloading in C++ refers to:
Inheritance
Message passing
Which of the following provides a reuse mechanism?
Abstraction
Today, shopping malls make available almost all goods and customer services under a single roof. Can you correlate this with any of the OOP features you have learn?
Data Encapsulation