Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in oop

Question regarding the "Tell, don't Ask" idea

c# java oop

Hiding parameterless Create with reintroduce?

delphi oop

Object oriented design question

c# oop

Domain rich applications without ORMs

Good examples of OCP in open source libraries [closed]

Accessing class member from within the class [closed]

c# oop

php procedural with namespace vs oop

What's the point of an ampersand '&' before the 'new' keyword?

php oop

PHP OO - how to initialize your business objects?

separate logger for each instance of a library

PHP OOP "Implementation must be compatible" [duplicate]

php oop

Is it good practice to use plurality to name collections? [closed]

Should I keep variables used only in one class method local or declare them as class properties?

php oop

How to use QNetworkAccessManager in different classes? General sharing of important data between classes?

What’s the recommended way to invoke callback function defined in container class from contained class?

c++ oop

What does the '\' in this PHP library mean?

php oop class

Handle an event: implement an interface or using inner class to handle the interface. Which is better

java android oop

DDD: caching aggregate objects that received from sever

Should callers check validity of arguments before calling constructor?

java oop coding-style

Why can't I use builtin for classes that overload subsref?

oop matlab overriding built-in