Which of the following concepts means adding new components to a program as it runs?
Data hiding
Dynamic typing
Dynamic binding
Dynamic loading
Which of the following is not an OOP concept?
Overloading
Procedural programming
Data abstraction
Inheritance
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.
Which of the following is an invalid visibility label while inheriting a class?
public
private
protected
friend
Which among the following is true about OOPs?
It supports data abstraction
It supports polymorphism
It supports structured programming
It support all the above
Which of the following is an Object-oriented programming language?a. Smalltalk
b. Object Pascal
c. Java
d. All of the above
Both b and c
a only
c only
d only
The ability for a message or data to be processed in more than one form is called:
Polymorphism
Encapsulation
The concept of hierarchical classification is related to:
Abstraction
Function overloading
Data Encapsulation
Which of the following access specifier is used as a default in a class definition?
Which of the following term is used for a function defined inside a class?
Member Variable
Member function
Class function
Classic function