portal entry

select a category, or use search below
(searches all categories and all time range)
Title:

Use of SOLID principles in tackling object-oriented design dilemmas: an example

| View in Portal
November 06, 2017 12:46:31 AM GMT
0 Comments
There are 5 basic heuristic guidelines in object-oriented design. They will provide you with the solution to most of the problems you’re likely to encounter when designing your components, classes and interfaces. They are: Single Responsibility Open-Closed Liskov Substitution Interface Segregation Dependency Inversion  The so-called S.O.L.I.D. principles of object-oriented design. For this article, we shall be looking at two of them in more detail: the Open-Closed Principle and Liskov’s Substitution Principle. For more information on all 5 SOLID principles, see, […]
Labels: Blog, ColdFusion

Comments: