Chapter 1: Introduction to Object Oriented Design

List and describe the five primary object-oriented concepts. Suggested answer: The five primary object-oriented concepts are: Information is any key characteristic stored within a system. Procedure manipulates or changes information. Class contains information and procedures and acts as a template to create objects (instances of a class) ................
................