Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ooad

In some Java code, why does the class Deck extend the Card class?

java oop inheritance ooad

Builder Pattern : Why does the Director construct the object?

Issue in using Composition for “is – a “ relationship

OO Design, open/closed principle question

How to use Subsetted Property in UML?

How do I use composition with inheritance?

As OOAD is to OOP what is the equivalent for functional programming?

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