Object-Oriented Software Program
(Redirected from OO Program)
Jump to navigation
Jump to search
An Object-Oriented Software Program is a Software Program whose software code abides by an Object-Oriented Programming Paradigm.
- Context:
- It can (typically) be written in an Object-Oriented Programming Language.
- Example(s):
- an OO Java Program, such as those in: http://java.sun.com/developer/onlineTraining/Programming/BasicJava2/oo.html
- an OO C++ Program, such as those in http://www.josuttis.com/cppbook/examples.html
- Counter-Example(s):
- a Non-OO Program, such as: helloWorld.cc or pointStats.java.
- a Modular Program.
- a Functional Program.
- See: Java Programming Language, C++ Programming Language, Object-Oriented Database.