Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in oop

Who should a method belong to?

language-agnostic oop

Accessing parent properties and overridden methods in PHP

php oop inheritance

Where is my 'this'? Using objects method as a callback function

OO game design question

java design-patterns oop

What will be a good minimalistic Javascript inheritance method?

javascript inheritance oop

OOP design question

php oop

Sort array of objects

Abstract class - hiding implementation in C++ practice

c++ oop

Listing all objects of a certain class

php oop

Creating get/set method dynamically in javascript

javascript oop

Sequential coupling in code

oop anti-patterns

Magento custom admin module is blank

Anything wrong with a really large __init__?

OOP vs procedural in run-time

I have a class with 14 static methods and 4 static properties - is that bad?

php oop object god-object

Two ways to design complex system: Top-down vs Bottom-up

C++: Copy object data in member function of base class

c++ oop

Java: How to copy an object so it will be from the same subclass?

java oop reflection

Is there a better way to call a derived class's overridden method from its abstract base class?

c# oop design-patterns

Does the 'private' access modifier give the compiler more room for optimization?

c++ oop private