Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in 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

OOP Java: Better to extend a class or create a new instance of the subclass? [duplicate]

java oop

Two objects knowing of each other

oop language-agnostic

Having trouble extracting a common interface

Why shortValue() method are concrete but intValue() is abstract into java.lang.Number?

java oop

Should a function go in one/both of two classes or be free-standing?

java c++ oop

Is there good substitution for interface in has-a relationship in c++

c++ oop

Matlab oop - how to check if two objects are equal

matlab oop

Passing a vector of unique_ptr to an object. the vector becomes a member variable. correct approach?

c++ oop c++11

PHP Extracting array with class as value

How to avoid anemic data model? Can repositories be injected into entities?

What does it mean for two classes have the same API but different implementations?

java oop object