What is the complementary concept of Abstraction?
Polymorphism
Encapsulation
Inheritance
Class
Anything that is visible or tangible is ____.
object
class
variable
none of these
Which of the following is used for object interaction?
encapsulation
messages
methods
The ____ of an object is represented through the values or attribute of its characteristics at a given point of time.
characteristics
state
behavior
The interaction of object is known as ___.
abstraction
message passing
What do an object encapsulate along with behavior?
Properties
Name
Characteristics
Datas
Which of the following is an identifiable entity with some characteristics and behavior?
function
What is the way to implement data abstraction?
Object
What is the concept of simplifying a real world concept into its essential elements?
polymorphism
inheritance
Which of the following feature of an object is represented through methods?
property