Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in oop

Is it ever okay to have a class as a collection of methods and no properties?

Design pattern for a large nested switch statements

How can I set a static variable that can be accessed by all subclasses of the same base class (Perl/Moose)?

perl oop static moose

OOP design : Car - Connection between Tank and Engine

Creating Service layer and DAO layer (interface+implementation) or implementation only

java oop jakarta-ee structure

Private nested classes

.net vb.net oop class nested

Why the unbound type variables in OCAML object do not appear when class type is used?

oop ocaml

R Reference Class issue

r oop reference-class

How to reuse code in multiple Enum

java oop enums

Array of extended objects in Fortran

oop fortran

Python: use the same class instance in multiple modules

python class oop instance

Polymorphism with Scala type classes

What's the difference between `Object obj(args...)` and `Object obj{args...}`?

Swift - mixing abstract and concrete methods

ios swift oop abstract-class

OO alternative to polymorphism in F# when calling F# from C#

c# oop f#

How to skip one level in inheritance calling super from grandparent in java?

What does "classes are not objects" mean?

MATLAB MEX interface to a class object with multiple functions

c++ oop matlab mex

Design: When the line between domain objects and service objects isn't clear

PHP runtime class modification

php oop reflection class dynamic