Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in oop

Benefits of prototypal inheritance over classical?

Chain-calling parent initialisers in python [duplicate]

Explanation of the UML arrows

oop uml

How do you create a static class in C++?

c++ oop class syntax static

Why are unnamed namespaces used and what are their benefits?

c++ oop namespaces

Why is it necessary to set the prototype constructor?

javascript oop inheritance

What is the difference between loose coupling and tight coupling in the object oriented paradigm?

oop object coupling

Advantages of using prototype, vs defining methods straight in the constructor? [duplicate]

javascript oop prototype

What is the difference between private and protected members of C++ classes?

c++ class oop private protected

When should I use "this" in a class?

java oop this

When should I use a struct instead of a class?

.net oop

Use of alloc init instead of new

objective-c oop

Interface or an Abstract Class: which one to use?

How do I copy items from list to list without foreach?

c# oop list foreach copy

Polymorphism vs Overriding vs Overloading

When should you use 'friend' in C++?

c++ oop encapsulation friend

Difference between abstraction and encapsulation?

Is there a performance difference between i++ and ++i in C++?

Does JavaScript have the interface type (such as Java's 'interface')?

javascript oop

What's wrong with overridable method calls in constructors?