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 Encapsulation

Code Encapsulation

14
Comments 1
3 min read
Paradigms In JavaScript

Paradigms In JavaScript

24
Comments
2 min read
SOLID Principles: Write SOLID programs; Avoid STUPID programs

SOLID Principles: Write SOLID programs; Avoid STUPID programs

75
Comments 19
11 min read
School of Code Weeks 4 - 5

School of Code Weeks 4 - 5

2
Comments 1
4 min read
OOP: From Pseudo-classical class instantiation to Class instantiation

OOP: From Pseudo-classical class instantiation to Class instantiation

9
Comments
4 min read
Python Testing: Creating unit test in python

Python Testing: Creating unit test in python

8
Comments 1
4 min read
Imperative vs. Declarative Programming (Procedural, Functional, and OOP)

Imperative vs. Declarative Programming (Procedural, Functional, and OOP)

18
Comments
8 min read
Relating SOLID principles to CSS and Tailwind

Relating SOLID principles to CSS and Tailwind

11
Comments
8 min read
🐍 Python CRUD OOP todo list...

🐍 Python CRUD OOP todo list...

4
Comments 1
3 min read
Codeigniter in 10 Minutes!

Codeigniter in 10 Minutes!

3
Comments
6 min read
JavaScript Mixins

JavaScript Mixins

6
Comments
2 min read
Applying OOP concepts to CSS

Applying OOP concepts to CSS

7
Comments
9 min read
Herencia múltiple en Java? No, interfaces(Explicado con Cerveza)

Herencia múltiple en Java? No, interfaces(Explicado con Cerveza)

3
Comments
2 min read
The One and Only Software Design Principle

The One and Only Software Design Principle

30
Comments 5
5 min read
SOLID in PHP

SOLID in PHP

303
Comments 37
16 min read
Multithreading in java

Multithreading in java

5
Comments
3 min read
What is (wrong with) software

What is (wrong with) software

36
Comments 3
4 min read
Parking Lot Design

Parking Lot Design

3
Comments
2 min read
Learning Abstraction: The Basics

Learning Abstraction: The Basics

4
Comments
3 min read
Python Basic Object Oriented Programming

Python Basic Object Oriented Programming

5
Comments
3 min read
Inheritable Static Class Methods and Overriding

Inheritable Static Class Methods and Overriding

7
Comments
2 min read
Class VS Function - Qual o jeito correto de escrever Javascript no mundo moderno?

Class VS Function - Qual o jeito correto de escrever Javascript no mundo moderno?

11
Comments 3
6 min read
Write composable, reusable Python classes using Mixins

Write composable, reusable Python classes using Mixins

34
Comments 3
5 min read
The dynamic nature of Python's MRO

The dynamic nature of Python's MRO

4
Comments
3 min read
BINARY SEARCH TREE

BINARY SEARCH TREE

7
Comments 4
5 min read
object-orientated programming - an intro.

object-orientated programming - an intro.

7
Comments
5 min read
Type Inference And Generic Methods - [OOP & Java #7]

Type Inference And Generic Methods - [OOP & Java #7]

7
Comments
7 min read
Functional programming is conversational, OOP is abstract art

Functional programming is conversational, OOP is abstract art

3
Comments
2 min read
Writing cleaner code with Object Calisthenics

Writing cleaner code with Object Calisthenics

42
Comments
11 min read
Object-Oriented Programming Fundamentals

Object-Oriented Programming Fundamentals

7
Comments
8 min read
Bounded Generic Types & Wildcards - [OOP & Java #6]

Bounded Generic Types & Wildcards - [OOP & Java #6]

9
Comments
8 min read
OOPS! Did you know that?

OOPS! Did you know that?

6
Comments
4 min read
Important points for Java interface

Important points for Java interface

3
Comments
1 min read
Generics - [OOP & Java #5]

Generics - [OOP & Java #5]

7
Comments 1
5 min read
Understanding Classes in JavaScript

Understanding Classes in JavaScript

3
Comments
3 min read
API > CLI > Space Exploration

API > CLI > Space Exploration

7
Comments
6 min read
Concrete Vs Abstract Vs Interface - [OOP & Java #4]

Concrete Vs Abstract Vs Interface - [OOP & Java #4]

12
Comments
4 min read
What does it mean that Javascript is prototype based?

What does it mean that Javascript is prototype based?

36
Comments
3 min read
Self in Python class

Self in Python class

7
Comments 7
4 min read
OBJECT ORIENTED PROGRAMMING PART, ⚁

OBJECT ORIENTED PROGRAMMING PART, ⚁

2
Comments
1 min read
Compile-Time Type Vs Run-Time Type - [OOP & Java #3]

Compile-Time Type Vs Run-Time Type - [OOP & Java #3]

14
Comments
4 min read
Understanding what Static does in Javascript

Understanding what Static does in Javascript

7
Comments
1 min read
Do you need Design Patterns in Functional Programming?

Do you need Design Patterns in Functional Programming?

154
Comments 6
5 min read
Reference vs Literal in JavaScript.

Reference vs Literal in JavaScript.

8
Comments
3 min read
Why bother using Polymorphism?

Why bother using Polymorphism?

10
Comments 10
4 min read
How to create a psr11 dependency injection container in php

How to create a psr11 dependency injection container in php

7
Comments
5 min read
De POO a SOLID explicado con Pokémon - Los cinco principios de SOLID

De POO a SOLID explicado con Pokémon - Los cinco principios de SOLID

23
Comments
8 min read
OOP vs DB programming

OOP vs DB programming

4
Comments
2 min read
OOP vs functional programming

OOP vs functional programming

145
Comments 27
9 min read
An "Aha" moment about Object Oriented Programming

An "Aha" moment about Object Oriented Programming

11
Comments 1
2 min read
Is the C# internal keyword a code smell?

Is the C# internal keyword a code smell?

2
Comments
4 min read
Single Responsibility Principle Explained

Single Responsibility Principle Explained

6
Comments
3 min read
What Are Interfaces, Abstract and Concrete Classes?

What Are Interfaces, Abstract and Concrete Classes?

5
Comments
4 min read
What Is The Liskov Substitution Principle?

What Is The Liskov Substitution Principle?

2
Comments
2 min read
Applying design patterns: The builder and factory pattern in a DI context

Applying design patterns: The builder and factory pattern in a DI context

2
Comments
7 min read
Inheritance and Polymorphism - [OOP & Java #2]

Inheritance and Polymorphism - [OOP & Java #2]

10
Comments
4 min read
Communicate between Angular Components... With Encapsulation!

Communicate between Angular Components... With Encapsulation!

2
Comments
3 min read
De POO a SOLID explicado con Pokémon - Los cuatro principios de POO

De POO a SOLID explicado con Pokémon - Los cuatro principios de POO

7
Comments 2
4 min read
Mastering Hard Parts of JavaScript: Prototype & Class V

Mastering Hard Parts of JavaScript: Prototype & Class V

16
Comments 1
2 min read
Don’t give up! 🙌 A short history of raising errors

Don’t give up! 🙌 A short history of raising errors

2
Comments
4 min read
loading...