Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in oop

Anything wrong with a really large __init__?

OOP vs procedural in run-time

I have a class with 14 static methods and 4 static properties - is that bad?

php oop object god-object

Two ways to design complex system: Top-down vs Bottom-up

C++: Copy object data in member function of base class

c++ oop

Java: How to copy an object so it will be from the same subclass?

java oop reflection

Is there a better way to call a derived class's overridden method from its abstract base class?

c# oop design-patterns

Does the 'private' access modifier give the compiler more room for optimization?

c++ oop private

Purpose of Constructor chaining?

PHP - multiple different databases dependency injected class

Who should know about the other?

c++ oop

Why is it not possible to return self in PHP?

php oop static

How to Start Creating My Own Classes with Delphi?

delphi oop class

DAO & Business Logic [closed]

PHP superclass calling subclass methods without knowing about them?

php oop subclass superclass

Using interface to differentiate implementation

c# oop interface

Interface member with "this" keyword

Python - When to create a Class and when to create a Function

python function class oop

Extending a base class in an Angular service

Python conditionals replacement with polymorphism