Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in oop

Inheritance or composition: Rely on "is-a" and "has-a"?

c++ inheritance oop

What is the difference between subtyping and inheritance in OO programming?

oop computer-science

How exactly do "Objects communicate with each other by passing messages"?

language-agnostic oop

Initializing a class with Class.forName() and which have a constructor which takes arguments

Extending Number.prototype in javascript and the Math object?

Separation of concerns; MVC; why?

Can I use methods of a class without instantiating this class?

Best practice for constant string for implementations to use

OOP in PHP: Class-function from a variable?

php oop class

Are Polymorphism , Overloading and Overriding similar concepts? [closed]

What's the difference between public and published class members in Delphi?

delphi oop rtti delphi-6

Is Erlang Object-Oriented?

erlang oop

Are objects in PHP assigned by value or reference?

php oop

What is the point of setters and getters in java? [duplicate]

Encapsulation - why do we need it when setters are already public? [duplicate]

java c++ .net oop encapsulation

Scala: Using HashMap with a default value

Tips for refactoring a 20K lines library [closed]

Getters and Setters are bad OO design? [duplicate]

c# java oop encapsulation

What's the difference between a procedural program and an object oriented program? [closed]

Is C++ an Object Oriented language?

c++ oop