Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in class-design

Setting default value for properties of Interface?

Implementing clone() for immutable classes

The point of an Interface [duplicate]

Class usage in Python

In .NET, Why Can I Access Private Members of a Class Instance within the Class?

.net class-design

Why can static classes can have only static members?

Is there a rule of thumb for when to code a static method vs an instance method?

java oop class-design

correct use of classes?

Performance of Singleton Class Instance Method vs. Static Class Method in PHP?

What are best practices for designing JavaScript classes that represent UI objects in the DOM?

Object oriented n-tier design. Am I abstracting too much? Or not enough?

c# asp.net oop class-design

Dealing with id's in entity object design

Why does Exception take Throwable as a constructor parameter instead of Exception?

TypeScript: Namespace vs Class

Design dilemma: who should handle disposable parameter?

Sending Arguments Via Event Handler?

c# class-design

Is it good practice override methods with a higher visibility?

Who should be responsible for selecting the appropriate derived class?

c# oop class-design

When is a C# class with no methods poor design? [closed]

c# oop class-design

Implementing IEquatable<T> where T is an interface

c# .net-3.5 class-design