Search code examples
Difference Between Cohesion and Coupling...


ooparchitecturetheorysoftware-designooad

Read More
What does "program to interfaces, not implementations" mean?...


oopdesign-patternsinterfacesoftware-designooad

Read More
What does 'low in coupling and high in cohesion' mean...


oopooad

Read More
How can we improve the OO design between two interfaces...


javaoopdesign-patternsclass-designooad

Read More
Constructors vs Factory Methods...


oopooad

Read More
Why do we use Interface? Is it only for Standardization?...


oopinterfaceooad

Read More
Features and Use Case Diagrams Vs Requirements and Use Cases...


ooparchitecturesoftware-designobject-oriented-analysisooad

Read More
When should you use a class vs a struct in C++?...


c++oopclassstructooad

Read More
How does one elaborate design using CRC cards?...


oopooadcrc-cards

Read More
Inheritance and interfaces...


oopinheritanceinterfaceooad

Read More
What is an anti-pattern?...


design-patternsterminologyanti-patternsooad

Read More
How do I create class diagrams from Use Cases?...


umlsystemclass-diagramuse-caseooad

Read More
OOAD clarification on multiplicity or cardinality...


umlclass-diagramooadmultiplicity

Read More
Coupling and cohesion...


ooparchitecturetheorysoftware-designooad

Read More
What's a good metaphor for Dependency Injection?...


oopdependency-injectionooad

Read More
What is the "General Hierarchy Pattern" in software engineering?...


design-patternsumlsoftware-designclass-diagramooad

Read More
C++ : Association, Aggregation and Composition...


c++oopassociationsaggregationooad

Read More
Adapter Design Pattern with one Adaptee class inheriting the other?...


design-patternsadapterclass-designooad

Read More
How to use Subsetted Property in UML?...


propertieseclipse-pluginumlooad

Read More
Abstraction VS Information Hiding VS Encapsulation...


encapsulationabstractionglossaryooadinformation-hiding

Read More
Choose class methods when there is OOP delegation...


javaumlencapsulationclass-designooad

Read More
Remove friend class dependency in the following case...


c++friendooad

Read More
What is the difference between Design and Architecture?...


architectureooad

Read More
Abstract base class to force each derived classes to be Singleton...


c#oopooad

Read More
Diagrams symbols in UML , OOAD...


design-patternsumlooad

Read More
Is System Sequence Diagram part of Analysis or Design?...


umlmodelingsequence-diagramooad

Read More
when use one object as a field(association) vs method parameter(dependancy) as inside of another obj...


javaclassoopumlooad

Read More
UML class diagram about relationship types in project management...


classoopumlassociationsooad

Read More
class create another class and associate with it later delete it, how to show it in UML class diagra...


classumlassociationsooad

Read More
Limit the scope of a method to one other class only in oop...


javaoopumlencapsulationooad

Read More
BackNext