Which of the following is not a concept of OOP?
Data Abstraction
Polymorphism
Inheritance
Member Data
Which of the following is a related concept to data abstraction ?
Data hiding
Data abstraction
Which is the first aspect ideally require a low level programming language?
Close to the problem to be solved
Close to programmer
Close to programs
Close to the machine
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
Which is not associated with Object-oriented programming?
Automatic initialization
Dynamic binding
None of these
Which of the following statement is true concerning objects and/or classes?
An object is an instance of a class
A class is an instance of an object
An object includes encapsulates only data
A class includes encapsulates only data
________is a class that inherit properties from some other class
Base class
Sub class
Derived class
All of the above
Wrapping up of data and function into a single unit is called________.
Abstraction
Encapsulation
Modularity
Identify the drawback of using procedure-oriented programming, if any:
Data is hidden from external functions
New functions can be added whenever necessary
Does not reflect real world problems
All of these
Which is an identifiable entity with some characteristics and behaviour ?
Class
Object
Function
Module