C++ data grouping class and const access...
Read MoreWhich OO Design is better and why?...
Read MoreHow do I share variables with another class in c++...
Read MoreIssues about creating good interfaces on Javascript functions...
Read MoreCode design: Who's responsible for changing object data?...
Read MoreHow to access private fields in inheritance...
Read MoreCorrect way in OOP. Game example. Player::walk or Map::playerWalk?...
Read MoreHow to initialize an NSObject's subclass on iPhone?...
Read MoreJava class design and handling Exceptions...
Read MoreSSIS: Curious: why is the last parameter in FireInformation method a ref bool?...
Read Morec++ understanding size_t behaviour for vector creation...
Read MoreSeparate class declaration from it's implementation in PHP...
Read MoreIs it possible to assign an array to a class property by reference rather than a copy?...
Read MoreComposite pattern in PHP, how to design classes to work around the need to extend two classes...
Read MoreClass design: Access two keys as properties using a constant?...
Read MoreDeclaration of function to generate vector of class with a vector of another class...
Read MoreDesign of immutable and mutable objects in Java...
Read MoreIs it possible to override a base method with a more specific (by return type) method?...
Read MoreWhat are best practices for designing JavaScript classes that represent UI objects in the DOM?...
Read MoreMaking decisions on designing classes interfaces...
Read MoreDealing with a null sub object in a class?...
Read MoreCalling a static/shared method from a non-static/shared methd, good or bad?...
Read MoreIs there a more efficient way to handle button click events than several if statements?...
Read MoreIs the LSP restriction on strengthening of preconditions in conflict with the suggestions that the n...
Read More