Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in oop

Which are common DDD (Domain-Driven Design) patterns?

Class inheritance in python

Big class decomposition in Java

polymorphism and n-tier applications

What does $this mean in PHP? [duplicate]

php oop this keyword

How can one describe a rock-paper-scissors relationship between 3 items?

php oop

How to access static member on instance?

Is an object created first and then it's constructor executed?

java oop constructor

C++ function pointers and classes

Cast an object of super class to a sub class - down casting

java oop

Reused abstraction principle in C#

How do you call a constructor for global objects, for arrays of objects, and for objects inside classes/structs?

c++ oop constructor

How would you code a washing machine?

oop state-machine

How does a python method automatically receive 'self' as the first argument?

python oop methods self

How is loose coupling achieved using interfaces in Java when an implementation class is mandatory and bound to interface contract?

Mediator pattern vs Publish/Subscribe

How do I call a static child function from parent static function?

Object Variables vs Class Variables in Java

java oop variables object static

What is the difference between data-centric and object-oriented application models?

Pass subclass of generic model to razor view