Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in oop

What are advantages of using composition over inheritance where we need to add behavior to a List<>?

inheritance oop composition

Designing a class in such a way that it doesn't become a "God object"

Separating code logic from the actual data structures. Best practices? [closed]

oop

'Static/Constant' business objects

oop

PHP 'instanceof' failing with class constant

php oop strong-typing

Javascript: should I be hiding my implementations?

good example of OO JS?

javascript oop

How to deal with cross-cutting concerns in a OO Application? Use Singleton? Dependency Injection? What?

c# java oop singleton

Php classes (I think)

php oop class

Prototypes in JavaScript

javascript oop

Is this idiomatic Java?

java oop blackberry

Does the Law of Demeter only apply to methods?

c# oop law-of-demeter

To subclass or not to subclass

oop subclass

What to call factory-like (java) methods used with immutable objects

Delphi - Proxy Design Pattern - interface problem

where to save custom autoloaders in zend?

Is it possible to define a non-generic interface which can have generic methods?

c# oop generics

What is "1;" in a Perl source? [duplicate]

perl oop class syntax package

Lua - attempt to call method 'new' (a nil value)

oop lua

php object oriented visibility