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.
Code Smell 137 - Inheritance Tree Too Deep
Cover image for Code Smell 137 - Inheritance Tree Too Deep

Code Smell 137 - Inheritance Tree Too Deep

11
Comments
2 min read
My first game using Python (OOP)
Cover image for My first game using Python (OOP)

My first game using Python (OOP)

2
Comments 1
1 min read
Getters And Setters: What Are Getters And Setters In JavaScript ?
Cover image for Getters And Setters: What Are Getters And Setters In JavaScript ?

Getters And Setters: What Are Getters And Setters In JavaScript ?

13
Comments 2
3 min read
Go: Making state explicit using the type system

Go: Making state explicit using the type system

6
Comments
4 min read
Code Smell 134 - Specialized Business Collections
Cover image for Code Smell 134 - Specialized Business Collections

Code Smell 134 - Specialized Business Collections

9
Comments 12
2 min read
Beginner's Guide to OOP in JavaScript

Beginner's Guide to OOP in JavaScript

28
Comments
4 min read
Diseño y Programación Orientada a Objetos en Python.

Diseño y Programación Orientada a Objetos en Python.

9
Comments
4 min read
Introdução ao SOLID - Princípios S O D

Introdução ao SOLID - Princípios S O D

12
Comments
5 min read
Introdução ao Polimorfismo

Introdução ao Polimorfismo

14
Comments
4 min read
Introdução a Heranças e Interfaces

Introdução a Heranças e Interfaces

13
Comments
4 min read
Introdução a Orientação a Objeto

Introdução a Orientação a Objeto

21
Comments
4 min read
Implementing Builder Pattern - Abstract Class

Implementing Builder Pattern - Abstract Class

12
Comments
2 min read
Do you need singletons in Python ?
Cover image for Do you need singletons in Python ?

Do you need singletons in Python ?

7
Comments 7
3 min read
Validation and the Single Responsibility Principle in Object Orientated Programming
Cover image for Validation and the Single Responsibility Principle in Object Orientated Programming

Validation and the Single Responsibility Principle in Object Orientated Programming

7
Comments
3 min read
Prototypes in Javascript in 5 minutes

Prototypes in Javascript in 5 minutes

15
Comments
3 min read
Crossing Abstraction Barrier Between Parent & Child Class - [OOP & Java #15]
Cover image for Crossing Abstraction Barrier Between Parent & Child Class - [OOP & Java #15]

Crossing Abstraction Barrier Between Parent & Child Class - [OOP & Java #15]

9
Comments
3 min read
Creating a Book Class 📚

Creating a Book Class 📚

18
Comments
4 min read
How to make a word count tool with vanilla JavaScript
Cover image for How to make a word count tool with vanilla JavaScript

How to make a word count tool with vanilla JavaScript

12
Comments
6 min read
Binary Search Tree Class Implementation

Binary Search Tree Class Implementation

8
Comments 2
1 min read
It's not about how you inject your services, it's about how you test them

It's not about how you inject your services, it's about how you test them

9
Comments
6 min read
String class implementation

String class implementation

10
Comments
1 min read
Python: Introduction to DataClasses
Cover image for Python: Introduction to DataClasses

Python: Introduction to DataClasses

7
Comments
2 min read
Moo - Orientação de objeto minimalista

Moo - Orientação de objeto minimalista

12
Comments 3
5 min read
Different ways to copy an object in JavaScript
Cover image for Different ways to copy an object in JavaScript

Different ways to copy an object in JavaScript

5
Comments 1
5 min read
Matrix class implementation

Matrix class implementation

5
Comments
1 min read
loading...