Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in class-design

How to override method to invoke superclass' superclass method? [duplicate]

java oop class-design

Override member data in subclass, use in superclass implementation?

Is it accepted to use a private method instead to avoid virtual members in constructor?

c# 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

"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