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.
Understanding the Four Pillars of OOP: A Guide to Object-Oriented Programming

Understanding the Four Pillars of OOP: A Guide to Object-Oriented Programming

Comments
5 min read
Intelligent JSON Objects in Typescript Using class-transformer

Intelligent JSON Objects in Typescript Using class-transformer

Comments
5 min read
The Secrets of Decomposition: The Philosophical Foundation of Programming

The Secrets of Decomposition: The Philosophical Foundation of Programming

Comments
6 min read
Abstração em Programação Orientada a Objetos

Abstração em Programação Orientada a Objetos

Comments
3 min read
Polimorfismo em Programação Orientada a Objetos

Polimorfismo em Programação Orientada a Objetos

Comments
3 min read
Herança e Classes Abstratas em Programação Orientada a Objetos

Herança e Classes Abstratas em Programação Orientada a Objetos

Comments
4 min read
Methods to Defend Against SQL Injection Attacks

Methods to Defend Against SQL Injection Attacks

Comments
3 min read
Exploring JavaScript: From Scripting to Object-Oriented Programming

Exploring JavaScript: From Scripting to Object-Oriented Programming

Comments
1 min read
Methods to create Objects in JavaScript

Methods to create Objects in JavaScript

Comments
2 min read
Understanding Object Calisthenics: Writing Cleaner Code

Understanding Object Calisthenics: Writing Cleaner Code

Comments
10 min read
Object Oriented Programming Summarised

Object Oriented Programming Summarised

Comments
3 min read
Design Patterns vs. Architectural Patterns: Stop the Confusion

Design Patterns vs. Architectural Patterns: Stop the Confusion

Comments
4 min read
Day 7: Create a calculator in Python [exercise]

Day 7: Create a calculator in Python [exercise]

Comments
1 min read
Encapsulamento em Programação Orientada à Objetos

Encapsulamento em Programação Orientada à Objetos

2
Comments
2 min read
Exploring Name Mangling in Python: What It Is and How It Works

Exploring Name Mangling in Python: What It Is and How It Works

2
Comments 1
4 min read
Mastering Object-Oriented Programming in Java: A Comprehensive Guide ☕♨

Mastering Object-Oriented Programming in Java: A Comprehensive Guide ☕♨

Comments
4 min read
Upcasting — Using a Superclass Reference for a Subclass Object

Upcasting — Using a Superclass Reference for a Subclass Object

Comments
2 min read
SOLID Principles

SOLID Principles

1
Comments 1
8 min read
Object-Oriented Programming - The Four Pillars

Object-Oriented Programming - The Four Pillars

Comments
9 min read
Why OpenAI and Gemini AI Do Not Fit into Your Company’s Security Plan

Why OpenAI and Gemini AI Do Not Fit into Your Company’s Security Plan

1
Comments
9 min read
What is ORM

What is ORM

Comments
1 min read
Python OOPS basic

Python OOPS basic

Comments
11 min read
Object-Oriented Programming: A Fun Toybox Exploration

Object-Oriented Programming: A Fun Toybox Exploration

1
Comments
3 min read
Como Refatorar Seu Código Com Muitos If-Else? Part 2

Como Refatorar Seu Código Com Muitos If-Else? Part 2

Comments
4 min read
Sai do Barroco, Vem pro meio do Rococó: Um Novo Olhar sobre a Programação Funcional

Sai do Barroco, Vem pro meio do Rococó: Um Novo Olhar sobre a Programação Funcional

10
Comments
7 min read
Object-Oriented Programming - The Bases

Object-Oriented Programming - The Bases

Comments
9 min read
Functional vs Object-Oriented Programming

Functional vs Object-Oriented Programming

Comments 2
1 min read
Understanding OOP in Java: Like Learning to Drive a Car

Understanding OOP in Java: Like Learning to Drive a Car

Comments
4 min read
Understanding SOLID Principles: A Beginner's Guide

Understanding SOLID Principles: A Beginner's Guide

Comments
7 min read
Object-Oriented Programming (OOP) in Python: Classes and Objects Explained

Object-Oriented Programming (OOP) in Python: Classes and Objects Explained

Comments
6 min read
Mastering the Fundamentals of Object-Oriented Programming (OOP) in Java

Mastering the Fundamentals of Object-Oriented Programming (OOP) in Java

Comments 1
3 min read
Java Classes and Objects: The Blueprint to Your Code Kingdom 🏰

Java Classes and Objects: The Blueprint to Your Code Kingdom 🏰

1
Comments
4 min read
Function Decorators in Python: Understanding @property, Getter, and Setter Methods

Function Decorators in Python: Understanding @property, Getter, and Setter Methods

Comments
4 min read
Introduction to Object-Oriented Programming in Python

Introduction to Object-Oriented Programming in Python

Comments
5 min read
Guess the output

Guess the output

Comments
1 min read
Methods to Implement the Open/Closed Principle (OCP) in Your Code

Methods to Implement the Open/Closed Principle (OCP) in Your Code

Comments
3 min read
Princípio da Responsabilidade Única e as implicações na Orientação a Objetos e Arquitetura de Software

Princípio da Responsabilidade Única e as implicações na Orientação a Objetos e Arquitetura de Software

Comments
5 min read
4 Reasons Why You Should Follow the DRY Principle in Software Development

4 Reasons Why You Should Follow the DRY Principle in Software Development

Comments
3 min read
📚 مفهوم البرمجة الشيئية في JavaScript: البروتوتايب والفئات 🚀

📚 مفهوم البرمجة الشيئية في JavaScript: البروتوتايب والفئات 🚀

Comments
1 min read
Design Pattern : difference between composition and inheritance and decorator.

Design Pattern : difference between composition and inheritance and decorator.

3
Comments
6 min read
ORM and encapsulation demystifying

ORM and encapsulation demystifying

1
Comments
3 min read
Object-Oriented Programming: Your First Step Toward Mastering DSA

Object-Oriented Programming: Your First Step Toward Mastering DSA

5
Comments
13 min read
Como utilizar o Type aliases do Kotlin para facilitar o Design de Código

Como utilizar o Type aliases do Kotlin para facilitar o Design de Código

8
Comments
3 min read
Elevate Your JavaScript: A Deep Dive into Object-Oriented Programming✨

Elevate Your JavaScript: A Deep Dive into Object-Oriented Programming✨

Comments
4 min read
Programming in Scala as a "Better" Java

Programming in Scala as a "Better" Java

1
Comments 2
8 min read
Open Source Development

Open Source Development

Comments
2 min read
Functions vs Classes: When to Use Which and Why?

Functions vs Classes: When to Use Which and Why?

1
Comments
4 min read
Overloading functions in Python

Overloading functions in Python

Comments 1
3 min read
Object-Oriented Programming in PHP

Object-Oriented Programming in PHP

1
Comments
3 min read
Object Oriented Programming (OOP) in JavaScript - Top to Bottom

Object Oriented Programming (OOP) in JavaScript - Top to Bottom

1
Comments 2
16 min read
Programação Orientada a Objetos em PHP

Programação Orientada a Objetos em PHP

Comments
3 min read
Herança vs. Composição em PHP 🚗

Herança vs. Composição em PHP 🚗

Comments
2 min read
Mastering Python Object-Oriented Programming (OOP): A Comprehensive Guide with Examples

Mastering Python Object-Oriented Programming (OOP): A Comprehensive Guide with Examples

Comments
5 min read
SOLID Principles in object-oriented design

SOLID Principles in object-oriented design

Comments
14 min read
Handling Complexity - functional + object-oriented programming

Handling Complexity - functional + object-oriented programming

2
Comments
4 min read
Reasons Why Understanding JDBC Driver Types Is Crucial for Java Developers

Reasons Why Understanding JDBC Driver Types Is Crucial for Java Developers

Comments
3 min read
Dev.to 6-Series: How to get started on writing code

Dev.to 6-Series: How to get started on writing code

Comments
1 min read
SOLID Principles - Explained Using Real World Examples in Python

SOLID Principles - Explained Using Real World Examples in Python

2
Comments
4 min read
Understanding Static Members in PHP

Understanding Static Members in PHP

2
Comments
3 min read
Python -How to define public, private and protected variables in a class

Python -How to define public, private and protected variables in a class

1
Comments
2 min read
loading...