Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in oop

When to use Final in PHP?

php oop final

Why should constructors on abstract classes be protected, not public?

Do constructors always have to be public? [duplicate]

What is the difference between a concrete class and an abstract class?

c++ oop class

Practical example of Polymorphism

python oop polymorphism

What is immutability and why should I worry about it?

oop immutability

Can you create instance properties dynamically in PHP?

php design-patterns oop class

C++ virtual function from constructor [duplicate]

Not sure when to use an abstract property and when not

c# .net oop properties abstract

Why are Haskell algebraic data types "closed"?

Can I include code into a PHP class?

php oop class

Why doesn't generic ICollection implement IReadOnlyCollection in .NET 4.5?

Composition, Inheritance, and Aggregation in JavaScript

Calling one prototype method inside another in javascript

javascript oop prototype

How can a class have a member of its own type, isn't this infinite recursion?

java oop class

In what areas does F# make "absolute no sense in using"? [closed]

Closures: why are they so useful?

Why is Python not fully object-oriented? [closed]

python oop

When should one use interfaces?

oop interface

Duck Typing in Javascript

javascript oop