Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in oop

Could you imagine any other way to have OO implemented than the classic class-based approach?

oop class

Do you think functional language is good for applications that have a lot of business rules but very few computation? [closed]

For each function in class within python

python reflection oop

Is this a design pattern?

c# design-patterns oop

Is behaviour driven development about design or analysis?

Qt: Using QPainter on child widgets

Differences & Similarities Between Programming Paradigms [duplicate]

c# oop vb6 paradigms

PHP5: restrict access to function to certain classes

Limiting method access in protected section to few classes

delphi oop

Magento: select from database

php oop mysql magento

Global Static Class with Objects

c# oop static

What's the OO way of refactoring these two very similar classes in PHP?

php oop refactoring

Liskov's Substitution Principle - How to model Square and Rectangle [duplicate]

java oop design-patterns

Add a parameter, or create a new method?

c# oop design-patterns

How to get class name from static child method

php oop inheritance

Assigning derived class object to a parent class reference

How to extend EntityRepository in Symfony2?

php oop symfony doctrine-orm

Subclassing Objective C Class methods

OOP - without GET / SET

php oop

What is the size of the object in java

java oop