Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in oop

Extending DOMDocument and DOMNode: problem with return object

php oop dom domdocument

should I ever put a major version number into a C#/Java namespace?

c# web-services oop

What will be the OOP approach? (or YOUR approach?)

java oop

Having trouble getting rid of redundant code via inheritance or generics

c# .net oop

proper factory pattern in C++

c++ oop factory-pattern std

OOP: Passing an object vs. passing attributes into a method

Help setting up logic for advanced search parameters in PHP

How to access instance property in an instance method when the method is being passed into an another function?

javascript jquery oop

Private Properties in MooTools 1.3+ Classes

MATLAB - set/get access on fields of a struct?

oop matlab

Adding a Convienience Method to Existing Class (Class Cast Exception)

java android oop casting

Object Oriented JavaScript: How would you go about this?

javascript oop

Python design guidance:

Sharing a variable between a class and its member

c# oop class-design

XML Repository; to Save() or not to Save()

c# .net xml oop repository

Create a class in NodeJS

oop class node.js module

What is the difference between the "Open/closed principle" and the "Dependency inversion principle"?

What would be the appropriate design pattern to use in this PHP class structure, given no multiple-inheritance?

php oop design-patterns

When (and why) was Python `__new__()` introduced?

python oop python-2.x

How do I explain loose coupling and information hiding to a new programmer? [closed]

oop