Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in oop

Ignoring Interface method implementation in C#

c# oop

why '&' changes the behaviour of the object?

c++ oop

How to reclassify Perl object

perl oop inheritance

Inheritance in .NET is useless?

.net oop inheritance

Why cannot a derived class refer the base class?

c# oop

Should I use an interface like IEnumerable, or a concrete class like List<>

What does this php construct mean: $html->redirect("URL")?

php oop

Where should constants for events go in a C# project

Can I instance a class that inherits the values of an instance of a superclass?

c# oop

Convert an Object to an Array

php arrays wordpress oop

How to implement an overriden method with a different return type?

java oop abstract-class

Why is it allowed for a parent class object to be instantiated using a child class's constructor?

java oop object inheritance

I'm this close to having an Interface epiphany

c# asp.net visual-studio oop

In C++, how can I hold a list of an abstract class?

Abstract class design

c# oop abstract-class

PHP syntax to call methods on temporary objects

php object oop temporary

How not to implement a function of an interface in class?

c# oop interface

C++: Reasons for passing objects by value

java c++ oop

Is Ruby pass-by-value or pass-by-reference? [duplicate]

What is the best way to organize object oriented code?

java oop organization