Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in oop

How could I refactor this code with performance in mind?

c++ algorithm oop refactoring

Should business objects be able to create their own DTOs?

c# oop dto

Is it better to take object argument or use member object?

c++ oop

Do you consider multiple initialization steps "poor form"?

c++ oop

Dynamic class extend

php oop

Difference between OOP and Functional Programming (scheme) [closed]

error: forward declaration of struct

c++ oop forward-declaration

How to make empty list in initial attr of class?

python oop

Java: How to initialize int array in a switch case?

Is passing object itself (this) to a field's method a bad approach?

java oop

Make a class that extends a class with overriding in clojure

java oop clojure jvm

C++: how to create an array of objects on the stack?

c++ arrays stack oop

How to compare two distinctly different objects with similar properties

c++ allocation on the stack acting curiously

c++ oop stackalloc

Help me understand how is $this used in PHP

php oop variables this

Object Oriented way to iterate through a std::vector?

c++ oop vector

proper class hierarchy for 2D and 3D vectors

What can be the bad example of inheritance in Java?

java oop inheritance

Why use an ORM in PHP?

php oop orm

Trouble converting string to int in Django/Python