Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in oop

OO design and mirrored/duplicated methods

oop collision-detection

Translator Pattern

Object Creation in javascript

javascript oop

Creating an interface and swappable implementations in python

python oop

is there any way to access all references to given object?

Best way to implement observer pattern in Delphi

delphi oop design-patterns

Class Structure for a list Class?

c# oop class class-design

Doubts about the use of polymorphism, and also about how is polymorphism related to casting?

JPA, inheritance and instanceof

java hibernate oop jpa

Memory allocation for regular class static class static method instanve method and data member on heap and stack c#? [closed]

c# oop

Can we replace if statement with an object in C#

c# oop refactoring

confusion about javascript exercise

javascript oop

Maintaining object relationships with PHP serialization

Who do we protect our classes from?

scala: how to model a basic parent-child relation

oop scala relationship

Database Queries in MVC Model

asp.net-mvc oop

Why does "[self class] == [super class]"?

Cancelling a thread running a long operation

Alternatives to a deep inheritance hierarchy?

C# bank example - class for customers - what for withdrawls, deposits, etc

c# oop class c#-4.0