Search code examples
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
How do I alias a class name in C#, without having to add a line of code to every file that uses the ...

c#class-design

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