Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in oop

How to Design a generic business entity and still be OO?

Java Reflection: get instances of a given class found by entering its name?

Tell, Don't Ask and Single Responsibility - doing new things with data in a class

mysql_fetch_array, mysql_fetch_assoc, mysql_fetch_object

php mysql arrays oop object

methods in DDD entities vs services

How to design a "web spider" with state in Haskell?

oop haskell io state

Memory layout in Javascript - data-oriented vs object-oriented design [closed]

Should Java POJO have field validation and throw exceptions in setter methods?

java validation oop pojo

Overloading functions

oop matlab overloading

How to call a C++ constructor from a C-File

c++ c oop import constructor

What is a good name for class which creates factories? (FooFactoryFactory sounds silly imo)

What's the difference between data and code?

Assign external function to class variable in Python

python oop python-2.x

What are the advantages of instance-level thread-local storage?

How to detect if a class does not exist without triggering an error

Does downcasting defeat the purpose of polymorphism?

c++ oop polymorphism

Considering object encapsulation, should getters return an immutable property?

java oop

What's wrong with the architecture of a game object drawing and updating itself?

architecture oop

TypeError: __init__() should return None, not 'int'

python oop

Why doesn't IList<T> only inherit from ICollection<T>?

c# .net oop inheritance