Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in oop

Call non-static method from static method c# [duplicate]

c# oop

Possible mem leak?

c++ oop visual-c++

Object Oriented Paradigm - C# [duplicate]

c# oop

When to use inheritance?

oop inheritance

Hashing function used in Java Language

java oop hash function

When writing a Perl module, do I have to specifically check for an object instance in all my methods?

perl oop

Class hierarchy design - interfaces + base class vs. abstract class

c# 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