New posts in class-design

List<BusinessObject> or BusinessObjectCollection?

static const Member Value vs. Member enum : Which Method is Better & Why?

python circular imports once again (aka what's wrong with this design)

Class members that are objects - Pointers or not? C++

Ruby - share logger instance among module/classes

Nested Java enum definition - does declaring as static make a difference? [duplicate]

new types may not be defined in a return type - C++

Why is 16 byte the recommended size for struct in C#?

What's the most reliable way to prohibit a copy constructor in C++?

How do you find a needle in a haystack?

How do I alias a class name in C#, without having to add a line of code to every file that uses the class?

Best practice: ordering of public/protected/private within the class definition?

Is UML practical? [closed]

How do I design a class in Python?

How would you code an efficient Circular Buffer in Java or C#?

C# Friend classes and OOP Composition

no default constructor exists for class

PHP 5: const vs static

What is the purpose of a marker interface?

How will I know when to create an interface?