Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in oop

Ruby style question : blocks or inheritance?

ruby oop coding-style

Are Delphi interfaces inherited in subclasses

delphi oop delphi-2007

Using ORM with stored procedures, a contradiction?

sql oop stored-procedures orm

abstract classes and interfaces best practices in java

What is the use of member template functions in c++?

c++ oop

friendly classes in c#

c# .net design-patterns oop init

Using enums or a set of classes when I know I have a finite set of different options?

c# java inheritance oop enums

iPhone Dev: Animating PNG Sequences

Transfer data between C++ classes efficiently

c++ oop object

Extending Object in Javascript

javascript oop

Java member object inside class of same type

java oop

What kind of access modifiers can be applied to a class?

c# oop access-modifiers

Inaccessible members in nested class - WHY?

delphi oop delphi-2009

Is there a way that Javascript can mimic an object oriented language?

javascript oop

How to set just one method to private in Ruby?

ruby class oop

Default base class for objective c classes

iphone objective-c ios oop

Question about inheritance and OOP c#

c# oop

Delphi map database table as class

delphi oop ado

What is the most concise way to construct/build JavaBean objects in Scala?

java oop scala builder setter

About constructor call for base and derived class

c++ oop