Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in oop

do you call them functions, procedures or methods?

oop theory

beginning oop php question: do constructors take the place of getter?

php oop constructor

UML - Object Method Returns a Collection

Overriding Ruby's spaceship operator <=>

Database abstraction class design using PHP PDO

C# OO design problem with override from methods

JavaScript Scope question

javascript oop scope

Permanent casting to a superclass

c# oop inheritance clone

Values of instance variables of superclass persist across instances of subclass

python oop

How can I grasp the concept of pure OOD?

c++ oop ooad

Simple C++ Inheritance Example, What's wrong? [duplicate]

c++ oop

STL + typedefs vs. OOP, best practices? [closed]

c++ oop stl typedef

Access parent properties in child using $this

php oop

which is the best way to control a object-field type life-cycle?

delphi oop

Php: singleton VS full static class? When use what?

php oop class static singleton

Modelling "I'm a * but I'm also a **"

Performance of Equality in Java ( instanceOf vs isAssignableFrom )

java oop scala jvm equality

how the destructor works in c++

c++ oop destructor

Inheritance and casting: is this good java?

java oop inheritance

Does an Upsert violate the Single Responsibility Principle?