Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in oop

Who should be responsible for selecting the appropriate derived class?

c# oop class-design

How is memory allocated in int array

c# java arrays oop

Size method for binary trees

java oop binary-tree

When is a C# class with no methods poor design? [closed]

c# oop class-design

Unit testing classes through other test classes

oop unit-testing tdd

Are instance methods duplicated in memory for each object?

c# class oop

In Racket's class system, what do augment, overment, augride, etc. do?

class oop racket

Difference between old-style and new-style PHP constructors

php oop php4

What is this pattern called (helps avoid type casting)?

How do I make a constructor available to only the factory class?

java class oop singleton

Composite Strategy pattern - java - How bad is this code?

When to Subclass instead of differentiating the behaviour

c# oop

How to make a natural String class in PHP

php string oop

What is a ABSTRACT CLASS and INTERFACE and when would you use them in PHP?

php oop cakephp codeigniter

Why should we place interfaces with classes that use them rather than those that implement them?

Choosing an OOP pattern in javascript

What is the proper OO way to convert an object to one of its subclasses (covariant return type)?

php oop covariant

Accessing a parents variable from subclass php and parent keyword?

Is it bad form to refer to a derived type in a base type?

c# oop inheritance

A simpler way to write the calculator class in OOP PHP

php oop