Search code examples
Why Class Diagram methods are defined in the same class?...


javaspring-bootoopclass-diagramclass-design

Read More
Why is __init__() always called after __new__()?...


pythonclass-designdesign-patterns

Read More
How do you design object oriented projects?...


architectureoopclass-design

Read More
Objective-C call hidden methods...


objective-cclass-designprivate-methods

Read More
Why put private fields and methods at the top of class?...


class-design

Read More
Class design for a scenario: inheritance vs enum...


javaoopinheritanceenumsclass-design

Read More
How can I do temperature conversion in a class with only one field?...


javaconstructorclass-design

Read More
Is it good to subclass a class only to separate some functional parts?...


oopclass-design

Read More
Associate a user with an abstract class implementation based on their role...


inheritanceumlassociationsclass-diagramclass-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
BackNext