What do an object encapsulate along with behavior?
Properties
Name
Characteristics
Datas
What is the way to implement data abstraction?
Encapsulation
Inheritance
Polymorphism
Object
The ____ of an object is represented through the values or attribute of its characteristics at a given point of time.
characteristics
state
behavior
class
Which of the following is an identifiable entity with some characteristics and behavior?
variable
object
function
Anything that is visible or tangible is ____.
none of these
Which of the following concept holds the feature of Wrapping up of data and function into a single unit?
Abstraction
Which of the following feature of an object is represented through methods?
property
The interaction of object is known as ___.
messages
encapsulation
abstraction
message passing
Which of the following is used for object interaction?
methods
Which of the following is a software bundle of variables and related methods?
datas