Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in oop

Why must use "out" instead of ref?

PHP: Abstract method within an interface

Why does dereferencing a string vector iterator need parentheses?

c++ oop vector iterator

Changing the class of a Perl object to a subclass

perl oop object

Subclasses causing unexpected behavior in superclasses — OO design question

PHP: Get class name of passed var?

php oop php4 classname

How does polymorph ambiguity distinction work?

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