Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in oop

Is this a good OO design?

Why are member variables usually private?

php oop

Can a Java interface in another package be refactored from my code?

Class instance methods? object methods?

objective-c oop instance

Write a method implementation in base class which requires override in subclasses?

Producing an abstract collection from an abstract collection

c# java oop collections

php oop MVC design - proper architecture for an application to edit data

(PHP) Unset an object from within the class code

php oop

references in C# and unexpected results

Private extend in Java

java c++ oop

Unhide certain function with same name and different signature from base class in derived

Should I always prefer member variables to parameters method when it makes sense?

java oop jdbc

Strange behavior of dynamic cast and static cast

My first c# app and first null object exception

c# oop

Domain Object extends Data Transfer Object

Should I copy perldoc for inherited methods to the subclass's documentation?

perl oop perldoc

Validation in setters: What approach is better?

Why is dependency injection better than using factories?

Swapping an object within itself

Automatically extend object to some inheriting class

oop inheritance casting