CASE and OOP

 

Two resources available to programmers can provide them with the tools to improve their efficiency and productivity.

  1. CASE Tools (Computer-Aided Software Engineering Tools)
    1. Provide automation and assistance in program design, coding and testing.
    2. Example:

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

  

  

<  Previous Page                                         Next Page >