Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in oop

Is it possible to print definition of a function in Scala

is there a magic method for sorted() in Python?

python oop magic-methods

SOLID - are the Single Responsibility Principle and the Open/Closed Principle mutually exclusive?

Is it a bad programing practice to put a function inside a class method?

python oop

Why shouldn't one dynamically generate variable names in python?

python oop

OO: Does container contain bike or chair?

java oop

Domain Class vs Implementation Class

Python: passing functions as arguments to initialize the methods of an object. Pythonic or not?

python oop

How Can I Create method In Java With Same Type Parameter?

java oop design-patterns

Java design pattern for two classes sharing identical and similar but different methods

java oop design-patterns

Making class instance reactive in Svelte using stores

How to detect if `__init_subclass__` has been overridden in a subclass?

python oop inheritance

Desigining Proper Classes

oop

Generic class factory problem

c# oop

Using which database technology could I persist objects? (Something that does NOT require me to take care of mapping objects to tables and back)?

Calling Parent Class Methods

php oop class overloading

Fluent interface design and code smell

c# oop fluent-interface

Is it possible to defer member initialization to the constructor body?

Extending a singleton class

php oop singleton extend

Dizzy-like game level representation (format)

c++ oop