Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in oop

Implementing set of "foos" which has a subset of "bars" in C#

Simple Cartesian coordinate calculator

java oop

Is there a generic "Object Pool" implementation for Delphi?

delphi oop delphi-2009 pool

php data classes?

Restrict Constructor Access

oop scala

What is the difference between Object.class and Object.class.inspect in Ruby?

ruby class oop

How to call namespace method on namespaced class in Ruby

ruby oop class module

validate related data when mapping view model to database model in Spring MVC

add methods in subclasses within the super class constructor

Choosing a design pattern for a class that might change its internal attributes

c++ design-patterns oop

OO design for business logic

c# oop

increment a counter variable upon repeated call of a method, PHP

php oop

Design Pattern for this use case

Is Nullable<T>.Equals Method Implementation Wrong?

c# oop

Use enum for logic in method signature?

c# oop enums theory

Class Design - Returning a List<Object> From <Object>

c# .net oop

C# interface design, expose library classes?

c# oop architecture interface

java : Function objects as strategies

How to model the opening times of shops in an object oriented way?

oop data-modeling modeling

C# interface concept clarification with IActionResult in ASP.NET Core

c# asp.net-core oop