Shutdown
Would you like to react to this message? Create an account in a few clicks or log in to continue.

OO Design Principle roundup...

2 posters

Go down

OO Design Principle roundup... Empty OO Design Principle roundup...

Post  lester.noronha Wed May 21, 2008 5:26 pm

I have listed a set of key design principles here for OO.

Design Principle: A design principle is a basic tool or technique that can be applied to designing and writing code to make that code more maintainable, flexible or extensible.

Principle #1: The Open-Closed Principle(OCP)
Classes should be open for extension but closed for modification.


Last edited by lester.noronha on Thu May 22, 2008 12:17 pm; edited 1 time in total
lester.noronha
lester.noronha
VIP Member
VIP Member

Number of posts : 54
Registration date : 2008-04-29

Back to top Go down

OO Design Principle roundup... Empty Re: OO Design Principle roundup...

Post  Admin Thu May 22, 2008 11:52 am

thanks lester
Keep them coming

Admin
Admin
Admin

Male
Number of posts : 136
Age : 46
Location : Bangalore
Registration date : 2008-04-25

https://shut.aforumfree.com

Back to top Go down

OO Design Principle roundup... Empty Re: OO Design Principle roundup...

Post  lester.noronha Thu May 22, 2008 12:06 pm

Here come the other principles in OOAD. We will discuss on each of them in detail later.

Principle #2: The Don't Repeat Yourself Principle (DRY)
Avoid duplicate code by abstracting out things that are common and placing those things in a common location.

Principle #3: The Single Responsibility Principle (SRP)
Every object in your system should have a single responsibility, and all the object's services should be focussed on carrying out that single responsibility.

Principle #4: The Liskov Substitution Principle (LSP)
Subtypes must be substitutable for their base types.
lester.noronha
lester.noronha
VIP Member
VIP Member

Number of posts : 54
Registration date : 2008-04-29

Back to top Go down

OO Design Principle roundup... Empty Re: OO Design Principle roundup...

Post  Sponsored content


Sponsored content


Back to top Go down

Back to top


 
Permissions in this forum:
You cannot reply to topics in this forum