Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in oop

Class vs. static method in JavaScript

javascript oop

What is the difference between aggregation, composition and dependency? [duplicate]

oop uml

Do subclasses inherit private fields?

java oop inheritance private

How do I implement interfaces in python?

python oop

How to compare objects by multiple fields

java oop

How can I create a copy of an object in Python?

python oop object copy

Abstract class in Java

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?