What do an object encapsulate along with behavior?
Properties
Name
Characteristics
Datas
The interaction of object is known as ___.
messages
encapsulation
abstraction
message passing
What is the way to implement data abstraction?
Encapsulation
Inheritance
Polymorphism
Object
Encapsulation focuses upon ____.
observable
implementation
identifying
all of these
Which of the following need to be called to read a data item in an object?
variable
class
member function
member variables
What is the complementary concept of Abstraction?
Class
Which of the following concept holds the feature of Wrapping up of data and function into a single unit ?
Abstraction
Which of the following is used for object interaction?
methods
Anything that is visible or tangible is ____.
object
none of these
Which of the following is a software bundle of variables and related methods?
state
datas