Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in oop

Is a class that manages multiple classes a "god object"?

How to add common methods for a few Java enums? (abstract class ancestor?)

java oop inheritance enums

Get PHP class namespace dynamically

php oop introspection

Data Validation Design Patterns

`return $this;` design pattern or anti-pattern?

Where are the Delphi Attributes Real World Examples?

delphi oop attributes rtti

Interface inherit from other interface in golang

oop go

How can I write classes that don't rely on "global" variables?

oop global-variables

Is it bad practice for a child object to have a pointer to its parent?

c++ oop

Why I can't see a real point for using OOP? [duplicate]

php oop theory

Instantiate class from name in MATLAB

Reusing code in overloaded constructors

java oop constructor

Why do we need to have Object class as baseclass for all the classes?

c# java oop

Why can't static classes have non-static methods and variables?

c# .net oop class static

How to make a class attribute exclusive to the super class

Is a Java interface an abstract class? [duplicate]

Three customer addresses in one table or in separate tables?

Is casting to an interface a boxing conversion?

c# oop boxing

getting warning "Header may not contain more than a single header, new line detected"

php oop

Explain to me what is a setter and getter

oop