Should Interface implementations be independent...
Read MoreIn some Java code, why does the class Deck extend the Card class?...
Read MoreWhen there is a class Car, should a car that is convertible subclass Car or not?...
Read More“Do not use Abstract Base class in Design; but in Modeling/Analysis”...
Read MoreAssigning responsibility: a Game that has Players which each has a BankAccount...
Read MorePersisting Circular dependent classes in databases...
Read MoreInterface or abstract class. Which suits better in my use case?...
Read Morehave an issue with designing in the class in proper manner...
Read MoreHow should I abstract a collection of objects owned by another object?...
Read MoreOO Design, open/closed principle question...
Read MoreProgram Flow via Custom Exception ...
Read MoreOO design approach - Reference based approach or ID based approach...
Read MoreCan I run objects in memory or do I need to look at Serializeing to DB...
Read MoreHow can I grasp the concept of pure OOD?...
Read MoreHow do I use composition with inheritance?...
Read MoreEncapsulate Use Cases in a software...
Read MoreBusiness rules that are valid for specific time span – how to manage in an orderly manner...
Read MoreDefault IBAction - UISegmentControl, Object-oriented design help...
Read MoreHow to write data of type A to format of type B...
Read MoreQuestion about Encapsulation (Book: HF OOA&D )...
Read MoreIs there any online material for real world examples of Object oriented design problems?...
Read MoreBest practices with jQuery form binding code in an application...
Read MoreWill this static class break in a multi user scenario?...
Read More