Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in object-oriented-analysis

Why is a class called an abstraction of an object?

Is this acceptable OO Design

What's the best way to handle type indicators in object-oriented design? [duplicate]

Is behaviour driven development about design or analysis?

Object oriented Design vs. Domain driven Design

Java Interface Inheritance and Extending

What is the correct way to approach abstract class solution with Ruby?

Difference between Generalization and inheritance with suitable example. OOAD

UML class diagram: how to model relations about calling a method or starting an activity or service

Objects With No Behavior

difference between state chart,state machine diagrams and state transition diagrams

overloading vs overriding in javascript

How to encapsulate a property in a base class?

What is 'composite pattern'?

difference between system design and object oriented design

Best practice for implementing a derived method that shouldn't be called [closed]

query about interfaces in Java

Manager / Container class, how to?

Class methods vs instance methods