Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in oop

Design Patterns: How to create database object/connection only when needed?

Overridable and Override in C# and VB

c# .net oop

What is the use of reflection in Java/C# etc [duplicate]

oop reflection theory

Should I use structs in C++?

c++ data-structures oop

Is OOP worth using in PHP?

php oop performance procedural

For C/C++, When is it beneficial not to use Object Oriented Programming?

c++ c oop

How to access Properties of a class from a Generic Method - C#

c# .net oop generics

Delphi - Create class from a string

delphi oop object

Ruby and duck typing: design by contract impossible?

Is OO design's strength in semantics or encapsulation?

Ruby method like `self` that refers to instance

ruby oop

Misused design patterns

In PHP, is it possible to create an instance of an class without calling class's constructor?

php oop

Helper Class in PHP

php oop

How to write our own marker interface in Java?

java oop interface

Gravity Sort : Is this possible programmatically? [closed]

Extend interface to an abstract class

c# oop

Clarification on the Ruby << Operator

ruby oop

Craigslist Automated Posting API? [closed]

php oop craigslist

IoC, Where do you put the container?