Search code examples
Why can't a string_view be used as a condition expression?...


c++nullclass-designconsistencystring-view

Read More
Encapsulating an algorithm into a class...


design-patternscoding-styleclass-design

Read More
How will I know when to create an interface?...


design-patternsoopinterfaceclass-design

Read More
How do I alias a class name without having to add a line of code to every file that uses the class?...


c#class-design

Read More
When to make class and function?...


functionlanguage-agnosticprogramming-languagesclass-design

Read More
Can I have polymorphic containers with value semantics in C++?...


c++class-designvalue-typerun-time-polymorphism

Read More
c++ class member of same type...


c++class-design

Read More
new types may not be defined in a return type - C++...


c++class-designcompilation

Read More
Calling method that exists in child classes but not in parent class...


javaoopclass-designinstanceof

Read More
How to decide on API signature...


c#.netapi-designclass-design

Read More
Best practice: ordering of public/protected/private within the class definition?...


oopcoding-styleclass-design

Read More
Class diagram for a room reservation: use of inheritance?...


inheritanceumlclass-diagramclass-design

Read More
How do you find a needle in a haystack?...


oopclass-designprogram-structure

Read More
What is inline data in a class?...


c++inlineclass-design

Read More
What first model or database?...


database-designclass-design

Read More
Why can static classes can have only static members?...


.netoopclassstaticclass-design

Read More
UML class diagram: is this how to write abstract method and property?...


c#design-patternsumlclass-design

Read More
Setting default value for properties of Interface?...


c#oopclassinterfaceclass-design

Read More
QT: View class hierarchy of any project (based on object instances or ... )...


qtclass-designqt-creator

Read More
Class Design (UML Class Diagram)...


oopclass-designuml

Read More
What is a good design pattern in C# for classes that need to reference other classes?...


c#.netclassreferenceclass-design

Read More
Setting a classes accessors correctly across a business logic layer?...


c#oopvisual-studio-2010class-design

Read More
What does the `const` keyword do when it is after a function?...


c++winapivisual-c++class-designfunction-qualifier

Read More
PHP 5: const vs static...


phpobjectconstantsclass-designstatic-members

Read More
Core Data entity inheritance --> limitations?...


iphoneinheritancecore-dataentityclass-design

Read More
How can we improve the OO design between two interfaces...


javaoopdesign-patternsclass-designooad

Read More
no default constructor exists for class...


c++classconstructorclass-designdefault-constructor

Read More
UML classes diagram the question of relations and visibility of fields...


umlvisibilitycompositionclass-diagramclass-design

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