What is the way to implement data abstraction?
Encapsulation
Inheritance
Polymorphism
Object
Encapsulation focuses upon ____.
observable
implementation
identifying
all of these
Anything that is visible or tangible is ____.
object
class
variable
none of these
Which of the following is a software bundle of variables and related methods?
state
datas
Which of the following is the correct way to achieve Encapsulation?
Information explanation
Information briefing
Information handling
Information hiding
What do an object encapsulate along with behavior?
Properties
Name
Characteristics
Datas
Which of the following need to be called to read a data item in an object?
member function
member variables
Gear system in a car is an example for ___.
abstraction
encapsulation
polymorphism
Which of the following concept holds the feature of Wrapping up of data and function into a single unit ?
Abstraction
What is the way to maintain software object's state?