|
Interface Segregation Principle |
|
Written by oodesign
|
|
Tuesday, 27 June 2006 |
|
When we design an application we should take care how we are going to abstractize a module which contains several submodules. Considering the module implemented by a class, we can have an abstraction of the system done in an interface... |
|
Last Updated ( Tuesday, 19 February 2008 )
|
|
Read more...
|
|
|
Dependency Inversion Principle |
|
Written by oodesign
|
|
Tuesday, 27 June 2006 |
|
In an application we have low level classes which implement basic and primary operations and high level classes which encapsulate complex logic and rely on the low level classes... |
|
Last Updated ( Tuesday, 19 February 2008 )
|
|
Read more...
|
|
|
Written by oodesign
|
|
Tuesday, 27 June 2006 |
|
A clever application design and the code writing part should take care of the frequent changes that are done during the development and the maintaining phase of an application... |
|
Last Updated ( Tuesday, 19 February 2008 )
|
|
Read more...
|
|
|
<< Start < Prev 1 2 3 Next > End >>
|
| Results 17 - 19 of 19 |