Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ooad

Which collection class in java breaks the S.O.L.I.D Principle? [closed]

java ooad

DDD - Duplication between service layer and repositories

“Do not use Abstract Base class in Design; but in Modeling/Analysis”

c# .net wcf soa ooad

Object oriented design resources [closed]

oop ooad

What is the difference between Design and Architecture?

architecture ooad

Is there a benefit to having both an abstract class and an interface?

Business rules that are valid for specific time span – how to manage in an orderly manner

Abstract base class to force each derived classes to be Singleton

c# oop ooad

How to develop *real life* oop skills?

oop ooad

Difference between Sequence Diagram (SD) and a System Sequence Diagram (SSD)?

uml modeling ooad

Try / Catch in Constructor - Recommended Practice?

How to avoid getters and setters

C++ : Association, Aggregation and Composition

How does one elaborate design using CRC cards?

oop ooad crc-cards

Coupling and cohesion

Why do we use Interface? Is it only for Standardization? [closed]

oop interface ooad

What does "program to interfaces, not implementations" mean?

Abstraction VS Information Hiding VS Encapsulation

What does 'low in coupling and high in cohesion' mean

oop ooad

Constructors vs Factory Methods [closed]

oop ooad