Which is not associated with Object-oriented programming?
Data abstraction
Automatic initialization
Dynamic binding
None of these
Which of the following concepts of OOPS means exposing only necessary information to client?
Encapsulation.
Abstraction
Data hiding
Data binding
You have seen the enquiry machine in a railway station. The user just types in a few details like train number, station and date. The details of train, seats availability, fare etc. will be displayed. The user is not aware of its working. Which OOP feature can you correlate with this situation?
Data Encapsulation
Data Abstraction
Inheritance
Polymorphism
Which of the following programming approach used functions as a key concept to perform action-oriented tasks?
Structured programming
Modular programming
Procedure-oriented programming
Object-oriented programming
How many types of polymorphisms are supported by C++?
1
2
3
4
Which of the following is not an OOP concept?
Overloading
Procedural programming
Which of the following concepts means adding new components to a program as it runs?
Dynamic typing
Dynamic loading
Which of the following is an invalid visibility label while inheriting a class?
Public
Private
Protected
Friend
Which of the following concepts provides facility of using object of one class inside another class?
Encapsulation
Composition
The concept of hierarchical classification is related to:
Function overloading