Forem

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.
Decouple your code

Decouple your code

7
Comments
4 min read
Protocol Oriented Programming (POP) Brief Summary

Protocol Oriented Programming (POP) Brief Summary

8
Comments
2 min read
Design Principles for OOP Brief Summary

Design Principles for OOP Brief Summary

6
Comments
2 min read
Using Getters and Setters in Python

Using Getters and Setters in Python

42
Comments 1
3 min read
C# OOP: Method Overloading
Cover image for C# OOP: Method Overloading

C# OOP: Method Overloading

12
Comments
6 min read
About Classes...
Cover image for About Classes...

About Classes...

53
Comments 3
3 min read
C# OOP: Class Modifiers
Cover image for 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
Cover image for 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
Cover image for 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
Cover image for 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
Cover image for 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
Cover image for 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
Cover image for Protect your system from changes in 3rd party dependencies

Protect your system from changes in 3rd party dependencies

23
Comments
3 min read
loading...