Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in oop

Should a user interface be implemented using the Singleton design pattern?

design-patterns oop

Method overloading behaviour

c# .net oop methods

Multithreading in C#: How can I pass a function name to another function to start a new thread?

c# .net multithreading oop

Why aren't rails helpers more object-oriented?

ruby-on-rails oop helper

Does the Strategy Pattern violate the Single Responsibility Principle?

Teaching an old dog new tricks

oop procedural

Create interface for object or for action / behavior?

Nested Class Conundrum

c# .net oop

Handling collection properties in a class and NHibernate entities

c# nhibernate oop collections

object-private Vs class-private

Is it better to assign variables in a class itself or in the class' constructor? [closed]

Copy constructor Class instantiation

java oop copy-constructor

Keyword 'this' (Me) is not available calling the base constructor

c# .net vb.net oop

Creating instance of interface in C#

c# oop

What are possible designs for the DCI architecture?

oop architecture dci

Transferring objects between two independed applications (C#)

How to determine which inheriting class is using an abstract class's methods

What Could be the example scenarios to declare any class or any method as "final"?

php oop class methods final

Why grouping Design pattern in three parts?

Compromising design & code quality to integrate with existing modules

oop refactoring