Which of the following is an identifiable entity with some characteristics and behavior?
class
variable
object
function
What feature of an object is defined by member functions?
characteristics
behavior
property
none of these
Which of the following feature of an object is represented through methods?
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
Anything that is visible or tangible is ____.
What is the concept of simplifying a real world concept into its essential elements?
encapsulation
polymorphism
abstraction
inheritance
Which of the following need to be called to read a data item in an object?
member function
member variables
Which of the following is used for object interaction?
messages
methods
What is the complementary concept of Abstraction?
Polymorphism
Encapsulation
Inheritance
Class