Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in oop

When to use nested classes and classes nested in modules?

ruby oop

What is Delegate? [closed]

oop delegates

List all base classes in a hierarchy of given class?

Get PHP class property by string

php string oop properties

Method chaining - why is it a good practice, or not?

Can I extend a class using more than 1 class in PHP?

php class oop extends

How do I prevent the modification of a private field in a class?

java arrays oop class

Java Multiple Inheritance

Checking if an instance's class implements an interface?

php interface oop

Object-orientation in C

c oop object

Understanding prototypal inheritance in JavaScript

Differences between Proxy and Decorator Pattern

When to use static vs instantiated classes

php oop class

Constructor function vs Factory functions

javascript oop

Is the PIMPL idiom really used in practice?

c++ oop pimpl-idiom

Why should I avoid multiple inheritance in C++?

Why is there no multiple inheritance in Java, but implementing multiple interfaces is allowed?

Does ECMAScript 6 have a convention for abstract classes? [duplicate]

Class with single method -- best approach?

c# java oop static-methods

What is "loose coupling?" Please provide examples