Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in oop

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

How to implement a "function" to be performed on an array in C#

Assigning a function's result to a variable within a PHP class? OOP Weirdness

php oop class variables function

PHP OOP structure problem, simulate multiple inheritance

Javascript object initialization, which is the best way to do it?

javascript oop object

PHP: call dynamic function, but in a class?

php oop class

Can good Object Orientated Design be formalised as good relational database design has been?

can an observer observe multiple observables?

How to set a method's default argument to a class member

php oop class class-design

Modern Perl: how to implement Redispatching Methods in AUTOLOAD()?

perl oop

Unencapsulated means Unchangeable?

c++ oop encapsulation public

Defining Values of Fields as Constants in Java

java oop constants

C++ Vs PHP - Object oriented questions:

php oop

Dealing with functions in a class that should be broken down into functions for clarity?

c++ oop