Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in class-design

Overriding a PHP __construct

Actor based classes with or without interfaces

scala akka class-design actor

What is the point declaring variables at the end of class?

class-design

UML Class Diagram Resources [closed]

What is considered good design for multiple similar classes

Is passing a struct value to a method by-reference in C# an acceptable optimization?

How to dependency inject a class / type?

Interface programming

need advice on mysql normalization and php class structure

Is there a way to design two classes that privately manipulate each other's data?

c++ class-design

What should I do when a class name is very common?

Design of immutable and mutable objects in Java

C++ classes with members referencing each other

No public members in abstract class

scala: reuse subclass implementation as a subclass of two different classes?

scala class-design traits

Which language can change class member dynamically in run time?

Objective-C inheritance; downcasting/copying from parent class to derived class