Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in oop

Should Java methods be static by default?

java oop

What is an abstract data type in object oriented programming?

How exactly do static fields work internally? [duplicate]

c# java php oop static-members

Adding custom properties to a function

Spring and the anemic domain model

spring oop

SOLID vs. YAGNI [closed]

oop yagni solid-principles

Can we cast a generic object to a custom object type in javascript?

javascript oop object

Why is it impossible to change constructor function from prototype?

javascript oop prototype

How do you know when to use design patterns? [closed]

design-patterns oop

"Closures are poor man's objects and vice versa" - What does this mean?

C# : Converting Base Class to Child Class

c# oop class

How to force overriding a method in a descendant, without having an abstract base class?

c# .net oop

Is deriving square from rectangle a violation of Liskov's Substitution Principle? [closed]

Coupling, Cohesion and the Law of Demeter

Why can't a derived class call protected member function in this code?

c++ oop

If-less programming (basically without conditionals) [closed]

Laravel: Difference App::bind and App::singleton

Force subclasses of an interface to implement ToString

c# oop

"public" or "private" attribute in Python ? What is the best way?

Difference between OOP interfaces and FP type classes [duplicate]