Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in oop

Closures: why are they so useful?

Why is Python not fully object-oriented? [closed]

python oop

When should one use interfaces?

oop interface

Duck Typing in Javascript

javascript oop

Java Design Issue: Enforce method call sequence

java oop design-patterns

How can I design a Java web application without an ORM and without embedded SQL [closed]

oop design-patterns orm

Achieving polymorphism in functional programming

Class views in Django

python django views oop

Proper way to implement ICloneable

c# .net oop icloneable

What does it mean to set the declaration of a function equal to 0? How can you assign an integer to a function?

Why doesn't Rust support trait object upcasting?

Get parent class name? [duplicate]

python oop

Distinguishing between delegation, composition and aggregation (Java OO Design)

Is DDD a waste of time? [closed]

oop domain-driven-design

Chaining Static Methods in PHP?

php oop method-chaining

Try to describe polymorphism as easy as you can [closed]

Single Responsibility Principle vs Anemic Domain Model anti-pattern

What is the real difference between "Bastard Injection" and "Poor Man's Injection"

In SOLID, what is the distinction between SRP and ISP? (Single Responsibility Principle and Interface Segregation Principle)

Is polymorphism possible without inheritance?