Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in class-design

Calling method that exists in child classes but not in parent class

Database model to object oriented design?

c# sql database class-design

Best way to make a PDO mysql static connection class?

php mysql oop pdo class-design

Serializing Name/Value Pairs in a Custom Object via Web Service

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

Need advice on proper class design

java oop io class-design

In what cases superclass shouldn't be abstract?

What first model or database?

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

What's the most reliable way to prohibit a copy constructor in C++?