Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in class-design

How can I create a class file dynamically?

Class Design Question

c# class-design

Subclass constructor with a different number of parameters

Designing classes to cope with frequent database schema changes

c# class-design

Sharing a variable between a class and its member

c# oop class-design

Correct way in OOP. Game example. Player::walk or Map::playerWalk?

c++ oop class-design

Storing historical data with Java and Hibernate

nonvirtual interface idiom for more than two levels of inheritance?

Is there a heuristic to determine whether a method or field belongs in a class?

oop class-design

How do I make my static class not so static?

c# class-design

STLifying C++ classes

c++ stl class-design

How best design a scalable class?

Is there a more efficient way to handle button click events than several if statements?

Delegates, can't get my head around them

Design(How-to) of classes containing collections of other classes

C++ - Single local class instance for entire program duration

c++ oop class class-design

Designing folder/file system?

c++ class-design

"Public" nested classes or not

Android: can I use one SQLiteOpenHelper class for multiple database files?

Design pattern for class with upwards of 100 properties