Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in oop

Does the execution flow of a method wait when you call another method within it?

java oop execution

When child classes inherit from a parent class, is there a way to use different data types for an inherited field to add more functionality?

c# oop inheritance

Is it possible to add data members dynamically in PHP?

php oop

Interface "recursion" and reference counting

delphi oop interface

If abstract base class is an interface, is it obligatory to call base class constructor in derived class constructor?

Can you use an object-database in a production system?

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