Search code examples
C++ data grouping class and const access...

c++constantsclass-design

Read More
Eclipse class hierarchy...

oopinheritanceclass-design

Read More
Which OO Design is better and why?...

oopclass-design

Read More
C++ class design: Covariance...

c++algorithmmatrixclass-designcovariant

Read More
How do I share variables with another class in c++...

c++oopscopeclass-design

Read More
Issues about creating good interfaces on Javascript functions...

javascriptclass-designcode-complete

Read More
Managing nested classes...

c++classclass-design

Read More
Howto design for extension...

javainheritanceclass-design

Read More
Code design: Who's responsible for changing object data?...

oopclass-designresponsibility

Read More
How to access private fields in inheritance...

javadesign-patternsclass-design

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

c++oopclass-design

Read More
How to initialize an NSObject's subclass on iPhone?...

iphoneinitializationclass-designsubclass

Read More
Java class design and handling Exceptions...

javaexceptionmethodsclass-designioexception

Read More
SSIS: Curious: why is the last parameter in FireInformation method a ref bool?...

.netssisclass-design

Read More
c++ understanding size_t behaviour for vector creation...

c++data-structuresclass-design

Read More
Separate class declaration from it's implementation in PHP...

phpdeclarationclass-design

Read More
Is it possible to assign an array to a class property by reference rather than a copy?...

swiftclass-designfoundation

Read More
Which class design is better?...

oopclass-design

Read More
Composite pattern in PHP, how to design classes to work around the need to extend two classes...

phpclassdesign-patternsclass-designcomposite

Read More
Java main-class in python-syntax...

javapythoncomparisonclass-design

Read More
Class design: Access two keys as properties using a constant?...

c#reflection.net-3.5class-design

Read More
Declaration of function to generate vector of class with a vector of another class...

c++functionvectorclass-design

Read More
Design of immutable and mutable objects in Java...

javaclass-designimmutabilitymutable

Read More
Is it possible to override a base method with a more specific (by return type) method?...

c#classinheritanceclass-design

Read More
What are best practices for designing JavaScript classes that represent UI objects in the DOM?...

javascriptoopdomclass-designdhtml

Read More
Making decisions on designing classes interfaces...

oopdesign-patternsinterfaceclass-designobject-design

Read More
Dealing with a null sub object in a class?...

c#linqentity-frameworkclass-design

Read More
Calling a static/shared method from a non-static/shared methd, good or bad?...

.netvb.netoopclass-design

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

javaswingjbuttonactionlistenerclass-design

Read More
Is the LSP restriction on strengthening of preconditions in conflict with the suggestions that the n...

inheritanceclass-designdowncastclass-hierarchyliskov-substitution-principle

Read More
BackNext