Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in class-design

Class prototyping

c++ prototype class-design

How can a singleton class use an interface?

How many constructors should a class have?

class-design constructor

Is it reasonable to have a fair amount of public properties in a class?

design class aggregation - stack allocation vs dynamic memory allocation

c++ class-design

Encapsulating an algorithm into a class

Single Responsibility Principle: do all public methods in a class have to use all class dependencies?

How do I manipulate a tree of immutable objects?

Why singleton class should be sealed?

C# Friend classes and OOP Composition

How to share data between separate classes in Java

java oop class-design

Using Integer vs String for a "type" value (Database and class design)

Java: Return class (Not an instance)

Execute Set of ValidationRule-C# Class Design - Better Approach

Help on implementing how creatures and items interact in a computer role playing game

c# class-design

How to force only smart pointers instance for a class?

Which is the better C# class design for dealing with read+write versus readonly

Should a c# class generate instances of itself?

c# class-design

When should you use friend classes? [duplicate]

UML class diagram: is this how to write abstract method and property?