Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in oop

const correctness of a member function returning a shared_ptr<>

c++ oop c++11 constants

What's the difference between functors and "generics"

Can JavaScript constructor return function and keep inheritance?

Polymorphism doesn't work in method arguments in Java

java oop polymorphism

USE case to Class Diagram - How do I?

How can I improve this design?

c# .net generics oop

Why continue to use getters with immutable objects?

java c++ oop object immutability

Difference between a class and an object in Javascript

javascript object oop

Is letting a class pass itself as a parameter to a generic base class evil?

Beginner OOP questions

PHP, new variable class in namespace

php oop namespaces

Why equals and hashCode were defined in Object?

java oop equals hashcode

How do you manage an object graph in Haskell?

oop haskell

Is Model-View-Controller Poor Object-Oriented Design? [closed]

Overloading the [] operator

c++ oop

Does dependency injection break the Law of Demeter

oop

What is the purpose of abstract classes?

Get all public methods declared in the class, not inherited

php oop reflection

Python zip object 'disappears' after iterating through?

list oop python-3.x zip

Something like a callback delegate function in php

php oop