Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in oop

Difference between serialization and normal object storage?

java c# oop serialization

Should mixins make assumptions about their including class?

ruby oop mixins

Is there any way to create a Python class method that does NOT pollute the attribute namespace of its instances?

python python-2.7 oop

What is the practical usage of interface not directly implemented in class?

c# oop

Make copy of object instance in Python [duplicate]

python oop

Python seems to treat instance variable as a class variable

python oop

Should getters from domain classes not be prefixed with "get" in DDD, and why?

What is the difference between Memento and Command design pattern?

Access to variable of a python class from Robot Framework

python oop robotframework

Error in that.vect.push_back(0) and that.vect.begin() in overloading "+" orerator in C++

c++ oop pointers vector

How to declare a vector of pointers to objects of a class?

c++ class oop object vector

What is the difference with these two sets of code [closed]

delphi oop interface

Are there any situations where a side effect on a "get" or "calculate" operation is legitimate?

oop side-effects

Don't static members make classes kind of (global) objects themselves?

Casting between parent and child classes in delphi

delphi oop freepascal

When to use Data Transfer Objects and DataSets

architecture oop

Accessing private static methods from a public static context

java security oop constraints

Message forwarding in Smalltalk

Reference Instance Variables in Javascript Constructor

Design Pattern rich code base? [closed]