Search code examples
When to make class and function?...


functionlanguage-agnosticprogramming-languagesclass-design

Read More
What is more suitable: polymorphism or hard binding?...


modelpolymorphismumlclass-diagramclass-design

Read More
Extending object with properties in class diagram (Composition or inheritance)...


oopdesign-patternsumlclass-diagramclass-design

Read More
Advice for getting a pointer to an object from a vector stored inside a class...


c++class-designconst-correctness

Read More
Classes for class diagram UML...


umlclass-diagramclass-design

Read More
Create a board made of Cells able host a Generic value...


javagenericsclass-design

Read More
Who should save object to persistent memory...


databaseoopdesign-patternspersistenceclass-design

Read More
Where should I put this object property/attribute...


c#objectattributesclass-designobject-properties

Read More
Using Inheritance like this is right?...


javainheritanceumlclass-diagramclass-design

Read More
Should I add interfaces for my simple game classes?...


interfaceumlgame-developmentclass-diagramclass-design

Read More
UML - Can subclass of a Boundary acts as controller?...


classinheritanceumlclass-designecb-pattern

Read More
Do abstract subclasses of an abstract superclass violate LSP?...


oopinheritanceumlclass-designliskov-substitution-principle

Read More
Will the static public variables in my app get shared with other users in the same app?...


c#.netasp.netstaticclass-design

Read More
C# Friend classes and OOP Composition...


c#oopclass-designfriend-class

Read More
Sometimes a good practice to initialize a class pointer member variable to itself?...


c++pointersinitializationclass-designc++98

Read More
What is an appropriate MVC-based OOP design for my case?...


c#oopmodel-view-controllerclass-designpropertygrid

Read More
Is it ok to change the class interface to improve testability...


unit-testingtestingclass-design

Read More
How to update use-case with CRC class name?...


modelingclass-designuse-casesystem-analysiscrc-cards

Read More
Android: can I use one SQLiteOpenHelper class for multiple database files?...


androiddatabasesqliteclass-design

Read More
Is it possible for two child-classes to work together...


oopinheritanceumlclass-diagramclass-design

Read More
C++ classes with members referencing each other...


c++pointersc-preprocessorclass-design

Read More
Is it expensive to create objects?...


.netclass-design

Read More
Should I use struct or class?...


c#class-designboxing

Read More
What does a compiler add to an empty class declaration?...


c++classconstructorclass-design

Read More
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
BackNext