Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in oop

Should every single object have an interface and all objects loosely coupled?

When do you write a private method, versus protected? [closed]

oop

Strategy vs. Bridge Patterns

Object Oriented Best Practices - Inheritance v Composition v Interfaces [closed]

inheritance oop composition

Disadvantage of OOP? [closed]

java c++ oop inheritance

PHP 5.3 Magic Method __invoke

php oop magic-methods

Is it possible to write strictly typed PHP code?

php oop

PHP: Calling another class' method

php oop

Preventing a class from direct instantiation in Python

Using Reflection to create a DataTable from a Class?

c# .net oop reflection

Do polymorphism or conditionals promote better design?

c++ oop tdd polymorphism

Service-Orientation vs Object-Orientation - can they coexist?

oop soa service-tier

Object Oriented questions in Javascript

javascript oop

What we should use instead of a "manager" class in a good OOP design?

oop design-patterns

What is an interface in Java?

java inheritance interface oop

In a PHP5 class, when does a private constructor get called?

php oop constructor

Why is sizeof(BaseClass) == sizeof(DerivedClass) although I add a member

c++ oop sizeof

Anonymous class instance ---- is it a bad idea?

When to implement an interface and when to extend a superclass?

Is it possible to override a constructor in C#?

c# oop constructor