Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in class-design

How do I show classes of two different variants with two possible values in a class diagram?

Is it better for class data to be passed internally or accessed directly?

oop class-design scope

In C#, what is the generally accepted way to refer to member properties within the class?

What relevant differences are there between anonymous and predefined classes in Java?

Class data responsibilities

Prevent __init__ from being called after __new__? [duplicate]

Help refactor my C# code to be more maintainable and to use best coding practices

Efficient modelling of an MruList in C# or Java

Best way to represent Gender in a class library used in multilingual applications

c# oop class-design

Is it possible to override a base method with a more specific (by return type) method?

C++ Problem: Class Promotion using derived class

How can i make this work with java generics

java generics class-design

Best practices to design classes to represent database tables

class-design

What is the best way to initialize a more complex class construct with many unchangeable members in c++

Class design: Class member inherits from the same base class

Please explain this pattern when using abstract method

Handling mutable collection keys in C#