In the object oriented (OO) approach, an object is
a. A subclass of a superclass (e.g., an "employee" derived from a "person")
b. An instance of a class (e.g., a "customer" that has been "created" in the
system)
c. An encapsulation of processes and methods
Answer: An instance of a class (e.g., a "customer" that has been "created" in the system)