Real objects share two characteristics. STATES and BEHAVIORS. How do we define STATES?
Objects communicate in a process known as ______
Object's behaviors are exposed through the use of ____________
How do we define abstraction?
This is known as the blueprint or template for an object. This contains abstract characteristics of an object including its states and behaviors.
This process is also known as the act of information hiding. It conceals the functional details of a class from objects that send messages to it
Inheritance exhibits the "IS-A" relationship while COMPOSITION exhibits the ______ relationship.
True or False, Inheritance shows the relationship between a child and parent class.
Which of these is the formal definition of an object?
___ is a programming language feature that allows values of different data types to be handled using a uniform interface.