Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in class-design

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?

What are the pros/cons of choosing between static and instance data access classes in a web app?

Class Designer in Visual Studio - is it worth it?

What's wrong with Copy Constructors? Why use Cloneable interface?

oop class-design

.NET ORMs need virtual, and can't deal with sealed?

Improve this PHP bitfield class for settings/permissions?

How to decide between C# static and non-static methods?

c# oop class-design

Is it expensive to create objects?

.net class-design

Overriding class variables in python

OO Design Question -- Parent/Child(ren) -- Circular?