Which of the following is used for object interaction?
variable
encapsulation
messages
methods
What do an object encapsulate along with behavior?
Properties
Name
Characteristics
Datas
The state of an object depends upon the _____ of its attribute at any given point of time.
value
behavior
characteristics
none of these
What is the way to implement data abstraction?
Encapsulation
Inheritance
Polymorphism
Object
What is the complementary concept of Abstraction?
Class
Which of the following feature of an object is represented through methods?
property
Which of the following is the correct way to achieve Encapsulation?
Information explanation
Information briefing
Information handling
Information hiding
Which of the following behaviour of an object does Abstraction focuses upon?
observable
Implementation
Identifying
all of these
What feature of an object is defined by member functions?
Anything that is visible or tangible is ____.
object
class