Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in oop

Is adding attributes dynamically frowned upon in Python?

Refactoring Plan for 17+ years of un-testable Delphi Code

delphi oop refactoring

Calling extended class function from parent class

php oop class function

How to get child class name from parent class

Using closures to modify classes within Perl BEGIN blocks

How come the class containing the main method is not instantiated and is still OK in Java?

java oop methods main

How to structure classes in PHP

php oop class object

String Array object in Java

java arrays oop

Use a variable from __construct() in other methods

PHP include class in other class

php oop class include

How does everything is an object even work?

python oop

Why are static classes sealed?

c# oop types

SOLID - does Single responsibility principle apply to methods in a class?

Empty constructor in inheriting class C#

c# oop

Object-Oriented design - Spells

java oop

Do enums violate open/closed principle Java? [closed]

Polymorphism vs if and logic

Objects in functional programming - Immutability

Smalltalk: What is the sender of a message?

oop message smalltalk

What factors should be taken into consideration when writing a custom exception class?

exception oop