Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in oop

How does polymorphism make my code more flexible?

oop polymorphism

Properties of Javascript function objects

Main concepts in OOP

oop language-agnostic

unexpected 'use' (T_USE) when trying to use composer

php oop namespaces

Python class input argument

python oop

How to avoid getters and setters

Object-Oriented Perl constructor syntax and named parameters

Is there a way in C++ to create 'super private' variables?

c++ oop

Making a method private in a python subclass

python oop inheritance

What is the difference between a namespace, a class, an object and an instance?

c# oop namespaces

Does anyone disagree with the statement: "using switch is bad OOP style"?

java oop switch-statement

How to explain an object?

When should you use a local class in Java?

java oop

How do I architect my classes for easier unit testing?

(Open Source) Examples of JavaScript Prototypical OO

What is the design logic behind Fragments as static inner classes vs standalone public classes?

Split a Javascript class (ES6) over multiple files?

javascript oop ecmascript-6

Is there anything composition cannot accomplish that inheritance can?

Understanding the Domain object + Data mapper pattern?

php oop

C++ nested classes accessibility

c++ oop