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.
JavaScript Mixins

JavaScript Mixins

6
Comments
2 min read
Applying OOP concepts to CSS

Applying OOP concepts to CSS

6
Comments
9 min read
Herencia mĂșltiple en Java? No, interfaces(Explicado con Cerveza)

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

2
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

294
Comments 37
16 min read
Multithreading in java

Multithreading in java

6
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

24
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

32
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]

11
Comments
4 min read
Self in Python class

Self in Python class

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

What does it mean that Javascript is prototype based?

37
Comments
3 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]

13
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?

138
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

6
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
Mastering Hard Parts of JavaScript: Prototype & Class IV

Mastering Hard Parts of JavaScript: Prototype & Class IV

14
Comments 1
1 min read
Learn the SOLID principles for Object Oriented Programming

Learn the SOLID principles for Object Oriented Programming

61
Comments 3
6 min read
Ruby: Self

Ruby: Self

7
Comments
3 min read
De POO a SOLID explicado con PokĂ©mons - JavaScript - El paradigma de POO

De POO a SOLID explicado con PokĂ©mons - JavaScript - El paradigma de POO

20
Comments
4 min read
Classical vs Prototypal Inheritance

Classical vs Prototypal Inheritance

28
Comments
3 min read
Mastering Hard Parts of JavaScript: Prototype & Class III

Mastering Hard Parts of JavaScript: Prototype & Class III

11
Comments
2 min read
Mastering Hard Parts of JavaScript: Prototype & Class II

Mastering Hard Parts of JavaScript: Prototype & Class II

13
Comments
4 min read
Can you simplify this code for the guy?

Can you simplify this code for the guy?

10
Comments 8
1 min read
Mastering Hard Parts of JavaScript: Prototype & Class I

Mastering Hard Parts of JavaScript: Prototype & Class I

17
Comments
2 min read
Clean Architecture — A little introduction

Clean Architecture — A little introduction

147
Comments 4
6 min read
loading...