Objects & Class
•What is an object?
–component of a program
–contains variables and data
–perform certain actions
–interact with other pieces of the program
•What is a class?
–blue prints of objects
–abstraction data type (ADT)
–