Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in class-design

Optimization: Accessing fields vs. methods

UML Class relationships with respect to current moment or system lifetime

Should I make the method virtual or abstract?

c# .net class-design

When/why to make function private in class?

What constitutes a rich domain model in a POJO/POCO?

Conditional Compiling - Phasing out Part of code in C#

Class Design Vs Db Design (ER-Diagram)

PHP Constant Conventions

php class-design

C#: Initializing class variables [duplicate]

Why is it desirable to use all properties instead of public instance variables in c#?

this pointer to base class constructor?

c++ class-design

Usage of Generalization over Aggregation

oop class-design uml

Nested classes and business logic in a repository?

c# class-design

Python: How should I make instance variables available?

python class-design

How to start with class design for an enterprise application?

.net class-design

How to set a method's default argument to a class member

php oop class class-design

Javascript: How to access a class attribute from a function within one of the class's functions

javascript oop class-design

Initialising classes inside another class in C++?

c++ class-design

If abstract base class is an interface, is it obligatory to call base class constructor in derived class constructor?

Pattern for class instantiation from only one single place?