Home Contact Us Français Search Site Map
OOD
What is Object Oriented Design?
 
Object Oriented Design is the concept that forces programmers to plan out their code in order to have a better flowing program. The origins of object oriented design is debated, but the first languages that supported it included Simula and SmallTalk. The term did not become popular until Grady Booch wrote the first paper titled Object-Oriented Design, in 1982.

Object Oriented Design is defined as a programming language that has 5 conceptual tools to aid the programmer. These programs are often more readable than non-object oriented programs, and debugging becomes easier with locality.

Language Concepts

The 5 Basic Concepts of Object Oriented Design are the implementation level features that are built into the programming language. These features are often referred to by these common names:

 
 
Encapsulation
  A tight coupling or association of data structures with the methods or functions that act on the data. This is called a class, or object (an object is often the implementation of a class).
Data Protection
  The ability to protect some components of the object from external entities. This is realized by language keywords to enable a variable to be declared as private or protected to the owning class.
Inheritance
  The ability for a class to extend or override functionality of another class. The so called child class has a whole section that is the parent class and then it has it's own set of functions and data.
Interface
  A definition of functions or methods, and their signatures that are available for use to manipulate a given instance of an object.
Polymorphism
  The ability to define different functions or classes as having the same name but taking different data types.
 
 
 
 
 
  Whitepapers
Achieving CMMI® Compliance Through Automated Process Management
Active Method Management
Introducing Select Perspective
Select Perspective and Feature Driven Development
Select Perspective and the Capability Maturity Model
Select Perspective and the Microsoft Solutions Framework
Select Perspective for Web Services
  Movies
Active Process Improvement
How Select Process Director Supports CMMI
Select Component Factory integration with Microsoft Visual Studio
Select Solution for .NET
  Products
Select Architect
Select Asset Manager
Select Solution Factory
Select Process Director
Select Scope Manager
Select Solution for Microsoft .NET
 
 

Programming Concepts

There are several concepts that were derived from the new languages once they became popular. The new standards that came around pushed on three major things:
 
 
 
Re-usability
  The ability to reuse code for multiple applications. If a programmer has already written a power function, then it should be written that any program can make a call to that function and it should work exactly the same.
Privacy
  This is important for large programs and preventing loss of data.
Documentation
  The commenting of a program in mark up that will not be converted to machine code. This mark up can be as long as the programmer wants, and allows for comprehensive information to be passed on to new programmers. This is important for both the re-usability and the maintainability of programs.
 
 
 
 
 
References
Information is taken in whole, or in part, from Wikipedia, The Free Encyclopedia - which is a fully independent knowledge resource that has no affiliation with Select Business Solution. As a result, Select Business Solutions takes no responsibility for the accuracy. If you believe the information is wrong, please contact us and we will investigate.
 
 
 
Learn More

To find out more about how Select Business Solutions can help you Contact Us today.
 
 
 
 
 

CMMI and Component Based Development Modeling tools available for free trial
About Us
Customers
Downloads
Learning Zone
News & Events
Partners
Products
Services
Solutions
Support
Webcasts
Industry Links

Analysis and Design
Business Intelligence
Component Reuse
Process Maturity
SD Library
Books

 

 


About Us | Customers | Downloads | Learning Zone | News & Events | Partners | Products | Services | Solutions | Support | Webcasts | Industry Links  
Copyright 2006, Select Business Solutions, Inc. All rights reserved.