Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in oop

Composition and generics

java oop generics composition

Customized sort on list of objects

How can I avoid duplicate code with the same method body but different return types in Java?

Why we are using _ prefix in some cases to define instance variables in ruby?

ruby oop

data access object pattern implementation

c++ design-patterns oop

Extend No-Constructor class

c# .net silverlight oop

.NET Object Hierarchy - To Event or not to Event

.net oop class-hierarchy

Two Way Mapping using single Data Structure

java oop jakarta-ee uuid

Deep vs. Flat Object Model [closed]

oop object model

Dynamic Class Loading in Java (Enumeration)

java reflection oop

How does inheriting from NSObject work?

How to initialize an array in a class constructor?

c++ oop

How to change an object's interface based on its state?

c++ oop

Is there an easy way to create derived attributes in Django Model/Python classes?

Is Dependency Injection Chaining an Anti-Pattern?

Dependency Injection simple implementation

php oop design-patterns

How do I add a method to an object in PHP?

php oop class

Is this bad Object Oriented Design? (derived class used in base class)

language-agnostic oop

Where to start when doing a Domain Model?

Bridge Pattern - Composition or Aggregation?

oop design-patterns bridge