CASE and OOP
Two resources available to programmers can provide them with the tools to improve their
efficiency and productivity.
- CASE Tools (Computer-Aided Software Engineering Tools)
- Provide automation and assistance in program design, coding and testing.
- Example:

- Object-Oriented Software Development
- Uses a process called object-oriented programming (OOP) to organize a program into
objects.
- The objects contain both data and processing operations necessary to perform a task.
- Object-oriented programs use modules called 91objects" to build programs.
- Objects are defined and saved in libraries by the programmer.
- Objects can be used over and over again in a program.
- C++ is one of the most widely used object-oriented programming languages.
< Previous Page
Next Page >