Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in oop

How detailed should a object be?

c# oop

Aren't class member varialbes as bad as global variable?

Whats the correct way to extend the functionality of DOM elements?

java xml oop dom

database query's from class object with php

How would you call the kind of polymorphism introduced by arrays in C#

c# .net arrays oop polymorphism

Best practice for near reuse of model components?

language-agnostic oop

How can I use Fragments without violating core OO principles?

Is it okay to have type checking code when working with databases?

java oop design-patterns

How to subclass GTK IconView in Vala with Glade

oop gtk gnome vala glade

How do you create attribute handlers for methods of an object in Perl/Moose

perl oop object moose handlers

How to manage member variable in C++

c++ oop pointers

Using C-like API in OOP

Is there a way to prevent a class to be instatiated other than from within an instance of a specific other class?

php oop

How to name nodes in a graph in the English language?

.net oop

Is there a recommended design pattern for communicating parameters with a process? [closed]

c++ oop design-patterns object

How do I implement this type of OOP structure?

c# .net oop

Assigning functions as variables for a finite state machine in python

python python-3.x oop

Factory of factories?

How to call an Extended interface function with base Interface reference?

java oop interface