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.
Embrace Functional Programming with /Dart 3.1/

Embrace Functional Programming with /Dart 3.1/

18
Comments 2
6 min read
🚀 Mastering Exception Handling in PHP: Ensuring Code Resilience 🚀

🚀 Mastering Exception Handling in PHP: Ensuring Code Resilience 🚀

1
Comments 2
2 min read
Magical C# Classes

Magical C# Classes

10
Comments 8
6 min read
Design Patterns: A Brief Primer

Design Patterns: A Brief Primer

1
Comments
2 min read
Criando Exceptions para impressionar no Teste Técnico

Criando Exceptions para impressionar no Teste Técnico

418
Comments 26
7 min read
Dependency Inversion Principle (DIP) in Typescript

Dependency Inversion Principle (DIP) in Typescript

2
Comments
3 min read
Mastering OOP : A Comprehensive Guide

Mastering OOP : A Comprehensive Guide

8
Comments
6 min read
Interface Segregation Principle (ISP) in Typescript

Interface Segregation Principle (ISP) in Typescript

1
Comments
2 min read
Liskov Substitution Principle In Typescript: Explained

Liskov Substitution Principle In Typescript: Explained

1
Comments
4 min read
Open/Closed Principle In Typescript

Open/Closed Principle In Typescript

10
Comments
4 min read
The Underappreciated Power of TypeScript Interfaces: Going Beyond "Interface vs Type"

The Underappreciated Power of TypeScript Interfaces: Going Beyond "Interface vs Type"

1
Comments 2
2 min read
Venus Object-Orientation

Venus Object-Orientation

5
Comments
9 min read
Introdução à Programação Orientada a Objetos em Python com Pygame(parte 2)

Introdução à Programação Orientada a Objetos em Python com Pygame(parte 2)

3
Comments
10 min read
Ruby's main object

Ruby's main object

5
Comments
1 min read
SOLID! Um post aprofundado

SOLID! Um post aprofundado

8
Comments
15 min read
Introdução à Programação Orientada a Objetos em Python com Pygame(parte 1)

Introdução à Programação Orientada a Objetos em Python com Pygame(parte 1)

4
Comments 1
7 min read
Introduction to Venus

Introduction to Venus

2
Comments 4
5 min read
Why I Created Venus

Why I Created Venus

2
Comments 1
2 min read
Create Trait and use in Laravel

Create Trait and use in Laravel

1
Comments
1 min read
Design Patterns in PHP 8: Interpreter

Design Patterns in PHP 8: Interpreter

47
Comments 1
3 min read
Design Patterns in PHP 8: Proxy

Design Patterns in PHP 8: Proxy

54
Comments
3 min read
Design Patterns in PHP 8: Abstract factory

Design Patterns in PHP 8: Abstract factory

56
Comments 1
2 min read
Object Oriented Concept - Inheritance

Object Oriented Concept - Inheritance

Comments
3 min read
The Power of Object-Oriented Programming: Exploring the Significance of OOP and its Oceanic Analogies

The Power of Object-Oriented Programming: Exploring the Significance of OOP and its Oceanic Analogies

1
Comments 2
4 min read
Programação Orientada à Objetos com Java - POO

Programação Orientada à Objetos com Java - POO

7
Comments
10 min read
SOLID principles in PHP

SOLID principles in PHP

43
Comments 1
3 min read
Making some SOLID points

Making some SOLID points

Comments
10 min read
Object-Oriented JavaScript: More Than Just Classes

Object-Oriented JavaScript: More Than Just Classes

6
Comments 1
14 min read
⚖️ 9 Best Resources to Learn the Secrets of Scala

⚖️ 9 Best Resources to Learn the Secrets of Scala

6
Comments 4
8 min read
R is Heavily Functional and Classy too

R is Heavily Functional and Classy too

3
Comments 2
2 min read
Object Oriented Programming (OOP)

Object Oriented Programming (OOP)

17
Comments 2
9 min read
A Deep Dive into Parking Spot LLD Design

A Deep Dive into Parking Spot LLD Design

6
Comments 4
3 min read
Entendendo Membros Estáticos

Entendendo Membros Estáticos

5
Comments 1
3 min read
Intro to Python: Day 11 - Another Class Inheritance Example

Intro to Python: Day 11 - Another Class Inheritance Example

3
Comments
2 min read
Types of Functions in OOPS

Types of Functions in OOPS

3
Comments
4 min read
Type of variable in OOPS

Type of variable in OOPS

5
Comments
2 min read
Object-Oriented Programming (OOP) with Ruby on Rails

Object-Oriented Programming (OOP) with Ruby on Rails

7
Comments
3 min read
__init__ Vs __new__ - When to Use and How

__init__ Vs __new__ - When to Use and How

13
Comments
7 min read
Python: Public, Protected & Private Access Modifiers - Explained With Examples

Python: Public, Protected & Private Access Modifiers - Explained With Examples

1
Comments
6 min read
self & class diagram !

self & class diagram !

3
Comments
4 min read
Object-Oriented Design: Why don't you explain this to me like I'm five

Object-Oriented Design: Why don't you explain this to me like I'm five

13
Comments 2
8 min read
Intro to Python: Day 9 - Class Inheritance (OOP)

Intro to Python: Day 9 - Class Inheritance (OOP)

1
Comments
3 min read
class, constructor and magic methods !

class, constructor and magic methods !

5
Comments
3 min read
A Beginners Guide: Polymorphism, Virtual Functions, and Abstract Classes With C++

A Beginners Guide: Polymorphism, Virtual Functions, and Abstract Classes With C++

7
Comments 2
7 min read
cloneElement in React? important for interview

cloneElement in React? important for interview

7
Comments
3 min read
Intro to Python: Day 8 - Playing Poker with Python (OOP)

Intro to Python: Day 8 - Playing Poker with Python (OOP)

3
Comments 1
2 min read
Intro to Python: Day 7 - Private Methods in Python

Intro to Python: Day 7 - Private Methods in Python

4
Comments
2 min read
Dictionary C#. Easier than we think.

Dictionary C#. Easier than we think.

1
Comments
3 min read
Mixin in C#

Mixin in C#

4
Comments 2
2 min read
Intro to Python - Day 5 - Encapsulation in OOP

Intro to Python - Day 5 - Encapsulation in OOP

1
Comments
2 min read
Design Patterns in PHP 8: Simple factory

Design Patterns in PHP 8: Simple factory

66
Comments 3
3 min read
The Builder Design Pattern in Ruby 🔨

The Builder Design Pattern in Ruby 🔨

6
Comments
3 min read
Friends in C++

Friends in C++

2
Comments 7
3 min read
What is Prototype? Prototype in JavaScript

What is Prototype? Prototype in JavaScript

8
Comments
2 min read
Making a Simple Python Text Based Game

Making a Simple Python Text Based Game

8
Comments 2
5 min read
Basics of Ruby Classes

Basics of Ruby Classes

2
Comments 4
6 min read
Rust style method definition in Python

Rust style method definition in Python

2
Comments
2 min read
Design Patterns in PHP 8: Flyweight

Design Patterns in PHP 8: Flyweight

73
Comments 2
4 min read
What I Learned Building a Data Sync Plugin for WordPress in 2023 ⛓🎈

What I Learned Building a Data Sync Plugin for WordPress in 2023 ⛓🎈

1
Comments
6 min read
Most intuitive blog on OOP

Most intuitive blog on OOP

5
Comments 2
2 min read
loading...