DEV Community

Object Oriented Programming

"...because thinking inside the box is okay, as long as it's a black box."

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
C# OOP: Class Modifiers

C# OOP: Class Modifiers

11
Comments
6 min read
Use of IIFE to Create a Module

Use of IIFE to Create a Module

5
Comments
1 min read
Use a Mixin to Add Common Behavior Between Unrelated Objects

Use a Mixin to Add Common Behavior Between Unrelated Objects

5
Comments
1 min read
Constructor Function

Constructor Function

6
Comments
3 min read
Java Inheritance Puzzle

Java Inheritance Puzzle

8
Comments 7
1 min read
Multi-paradigm Programming in C++ and Javascript

Multi-paradigm Programming in C++ and Javascript

12
Comments
5 min read
Value objects in Ruby

Value objects in Ruby

38
Comments 4
5 min read
Dependency injection: PHP edition

Dependency injection: PHP edition

67
Comments 4
3 min read
What the heck is polymorphism?

What the heck is polymorphism?

239
Comments 19
7 min read
Why You Should Waste Your Time Creating Use Cases

Why You Should Waste Your Time Creating Use Cases

17
Comments
4 min read
Dead Simple Python: Loops and Iterators

Dead Simple Python: Loops and Iterators

98
Comments 15
14 min read
Introduction to Object-Oriented Programming with Ruby

Introduction to Object-Oriented Programming with Ruby

17
Comments
11 min read
Database Normalization for Object Oriented Programmers

Database Normalization for Object Oriented Programmers

17
Comments
5 min read
Basics of Object-Oriented Programming

Basics of Object-Oriented Programming

49
Comments 4
3 min read
Building An OOP Calculator And What It Means To Write A Widget Library

Building An OOP Calculator And What It Means To Write A Widget Library

14
Comments 6
7 min read
Using Python Functions As Classes

Using Python Functions As Classes

42
Comments 13
1 min read
Template design pattern in Ruby. Any reason not to use a module instead of a superclass?

Template design pattern in Ruby. Any reason not to use a module instead of a superclass?

8
Comments 3
1 min read
Ruby Value Objects for Sets

Ruby Value Objects for Sets

10
Comments
4 min read
Protect your system from changes in 3rd party dependencies

Protect your system from changes in 3rd party dependencies

23
Comments
3 min read
Build a Fluent Interface in Java in Less Than 5 Minutes

Build a Fluent Interface in Java in Less Than 5 Minutes

33
Comments 3
6 min read
In defense of JavaScript oddities

In defense of JavaScript oddities

57
Comments 19
3 min read
Dead Simple Python: Classes

Dead Simple Python: Classes

283
Comments 25
14 min read
What Are The Best Software Engineering Principles?

What Are The Best Software Engineering Principles?

246
Comments 14
7 min read
Ruby Value Object Instance Caching

Ruby Value Object Instance Caching

14
Comments
3 min read
Simplifying WordPress's functions.php with OOP: Part 2

Simplifying WordPress's functions.php with OOP: Part 2

31
Comments 3
6 min read
loading...