Search code examples
Which language can change class member dynamically in run time?...


c#rubyprogramming-languagesclass-design

Read More
Should I use response object or property for returning response...


c#objectpropertiesclass-design

Read More
Designing file reader for multiple file formats/headers...


c++file-handlingclass-design

Read More
Is it better to declare a large vector as a member variable or a local variable inside a member func...


c++embeddedstdvectorclass-design

Read More
How can I determine whether a Delphi object is of a specific class and not any descendant class?...


delphiclass-design

Read More
Should entities implement interfaces?...


c#class-design

Read More
Class members that are objects - Pointers or not? C++...


c++memorypointersclass-designmember

Read More
What's the most object-oriented way to design an address book?...


javadesign-patternsclass-design

Read More
When/why to make function private in class?...


c++oopclass-designprivate-methods

Read More
C# Class function members declaration & implementation...


c#class-designdeclarationdefinition

Read More
Data Access Class design: making classes testable whilst also containing dependencies...


c#oopclass-design

Read More
Using Qt signals and slots vs calling a method directly...


c++qtuser-interfaceclass-designsignals-slots

Read More
How do I set properties in a constructor that has only a self argument. I also do not know how to de...


class-designinterface-design

Read More
Distributed updating of object collections...


c#listdesign-patternsclass-design

Read More
Passing the context around in a C# class library, looking for an "easy" way without using ...


c#design-patterns.net-standardclass-designclass-hierarchy

Read More
instanceof or method_exist which one should use?...


phpfunctionclass-designinstanceof

Read More
How to show relation between interfaces and classes in UML?...


interfaceumlclass-diagramclass-designstaruml

Read More
How to design class that I need use derived class member in base class?...


c++inheritancecombinationsvirtual-functionsclass-design

Read More
classes with a lot of members...


c++classconstructormemberclass-design

Read More
Python - "object layout"...


pythonclass-design

Read More
.NET ORMs, immutable value objects, structs, default constructors, and readonly properties...


.netormclass-designimmutabilityvalue-type

Read More
Does it make sense to use interfaces as type of private members?...


c#class-design

Read More
Adapter Design Pattern with one Adaptee class inheriting the other?...


design-patternsadapterclass-designooad

Read More
How to model a simple Workout app (Class diagram)...


umlmodelingclass-diagramclass-design

Read More
C++ | How can I break this inter-class dependency issue?...


c++class-design

Read More
Consequences of misdiagnosis / false identifying of the relationships types in the class diagram...


umlclass-diagramclass-designvisual-paradigmibm-rational

Read More
How to handle Order status changes with State Design Pattern...


oopdesign-patternssoftware-designclass-design

Read More
Class variable which is object of this class...


c++class-design

Read More
Move and copy constructors in a linked list...


c++copy-constructordoubly-linked-listclass-designmove-constructor

Read More
Is it a code smell for objects to contain information regarding the context in which they're use...


c#class-design

Read More
BackNext