Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in oop

PHP vs OO PHP - Which one to use? [closed]

php oop

Is there a good way to avoid unused method parameter in some of the subclasses while applying strategy pattern?

What is a Degenerate Class?

oop class language-agnostic

Is using Python `isinstance` ever right?

python oop dynamic instance

Why should we write custom exception classes in Java

java oop exception

Difference between abstract class with all method abstract and interface?

Issue with cloning and pass-by-reference

How to add multiple where clause on Eloquent ORM Laravel?

php oop laravel-4 orm eloquent

Why does ruby allow child classes access parent's private methods?

ruby oop

PHP __get and Private class variables

php oop

PHP best design practices

php oop templates

Should Guid.Empty Result in ArgumentException or ArgumentOutOfRangeException

.net api oop

How to access Magento user's session from outside Magento?

Memory taken from a c# object

.net memory oop

What is the most elegant and efficient way to model a game object hierarchy? (design bothers)

c++ oop

Is it good practice to blank out inherited functionality that will not be used?

c# oop architecture

Law of Demeter is very confusing because looks like I couldn't ever write methods that return objects

PHP load XML into object

php xml oop

how to use constant from class as an argument definition in php function?

php oop function

Dependency Injection with Interface implemented by multiple classes