Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in oop

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]

Is it bad practice to have a class that requires a reference to the instantiating object?

oop

Whether to model a car object (and its parts such as engine) with has-a (composition) or is-a (inheritance)?

OO: Should you access your private variables through properties inside your class?

oop properties

c++ global functions and OOP?

c++ oop

Scope of pure virtual functions during derived class destruction - In C++

c++ oop visual-c++ c++11

Are php5 function parameters passed as references or as copies?

JavaScript: Public methods and prototypes