Which language can change class member dynamically in run time?...
Read MoreShould I use response object or property for returning response...
Read MoreDesigning file reader for multiple file formats/headers...
Read MoreIs it better to declare a large vector as a member variable or a local variable inside a member func...
Read MoreHow can I determine whether a Delphi object is of a specific class and not any descendant class?...
Read MoreShould entities implement interfaces?...
Read MoreClass members that are objects - Pointers or not? C++...
Read MoreWhat's the most object-oriented way to design an address book?...
Read MoreWhen/why to make function private in class?...
Read MoreC# Class function members declaration & implementation...
Read MoreData Access Class design: making classes testable whilst also containing dependencies...
Read MoreUsing Qt signals and slots vs calling a method directly...
Read MoreHow do I set properties in a constructor that has only a self argument. I also do not know how to de...
Read MoreDistributed updating of object collections...
Read MorePassing the context around in a C# class library, looking for an "easy" way without using ...
Read Moreinstanceof or method_exist which one should use?...
Read MoreHow to show relation between interfaces and classes in UML?...
Read MoreHow to design class that I need use derived class member in base class?...
Read MorePython - "object layout"...
Read More.NET ORMs, immutable value objects, structs, default constructors, and readonly properties...
Read MoreDoes it make sense to use interfaces as type of private members?...
Read MoreAdapter Design Pattern with one Adaptee class inheriting the other?...
Read MoreHow to model a simple Workout app (Class diagram)...
Read MoreC++ | How can I break this inter-class dependency issue?...
Read MoreConsequences of misdiagnosis / false identifying of the relationships types in the class diagram...
Read MoreHow to handle Order status changes with State Design Pattern...
Read MoreClass variable which is object of this class...
Read MoreMove and copy constructors in a linked list...
Read MoreIs it a code smell for objects to contain information regarding the context in which they're use...
Read More