Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in oop

What do you call a class that implements an interface?

oop subclass implements

Typescript: How to import classes ("Uncaught ReferenceError")

Can one hide parts of the inheritance hierarchy in C++?

c++ qt oop inheritance

Why Typescript doesn't support function overloading in a right way?

typescript oop overloading

Making transient (non-database) attributes in Django model available to template

django oop django-models

Common Design for Console and GUI

Interface as a capability or Interface as a Type

Unity constructor injection with other parameter

c# oop unity-container

Defining a Javascript prototype

javascript oop prototype

Why are setter methods not used in initialization?

ruby oop

How to implement a method of a base class for every possible combination of its derived types

c# oop inheritance

A factory method may violate the Law Of Demeter?

php oop factory law-of-demeter

How should I model my code to maximize code re-use in this specific situation?

c# .net design-patterns oop

When should we use class and when we should not

php oop class

MATLAB - run object destructor when using 'clear'?

C++ handling specific impl - #ifdef vs private inheritance vs tag dispatch

c++ oop

How could an instance of the base class hold an instance of the derived class?

How do you decouple your ViewModel properties validation from ViewModel?

c# wpf oop mvvm mvvm-light

How is composition different than multiple inheritance?

Preventing cyclic reference memory leaks in Perl