Which of the following concept is often expressed by the phrase, 'One interface, multiple methods'?
Abstraction
Polymorphism
Inheritance
Encapsulation
9 practice sets · Page 1 of 1
Which of the following concept is often expressed by the phrase, 'One interface, multiple methods'?
Abstraction
Polymorphism
Inheritance
Encapsulation
Which Keyword from the following is used to inherit properties from one class into another?
extends
subclasses
native
all of the mentioned
Which of the following supports the concept of hierarchical classification?
Polymorphism
Encapsulation
Abstraction
Inheritance
Which of the following is a mechanism by which object acquires the properties of another object?
Encapsulation
Abstraction
Inheritance
Polymorphism
How will a class protect the code inside it?
Using Access specifiers
Abstraction
Use of Inheritance
All of the mentioned
What is 'Basis of Encapsulation'?
object
class
method
all of the mentioned
Which of the these is the functionality of 'Encapsulation'?
Binds together code and data
Using single interface for general class of actions.
Reduce Complexity
All of the mentioned
Which of the following mechanisms is/are provided by Object Oriented Language to implement Object Oriented Model?
Encapsulation
Inheritance
Polymorphism
All of the mentioned
Which of the following is the functionality of 'Data Abstraction'?
Reduce Complexity
Binds together code and data
Parallelism
None of the mentioned