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.
Inheritance vs Composition

Inheritance vs Composition

Comments
3 min read
what is private ?

what is private ?

Comments
1 min read
what is method overloading ?

what is method overloading ?

Comments
1 min read
what is reference variable ?

what is reference variable ?

Comments
1 min read
what is java ?

what is java ?

Comments
1 min read
OOP Simplified: Breaking Down the 4 Core Principles

OOP Simplified: Breaking Down the 4 Core Principles

1
Comments
6 min read
Understanding SOLID Principles with C# (short intro)

Understanding SOLID Principles with C# (short intro)

Comments
2 min read
What is Python end= Command

What is Python end= Command

Comments
1 min read
Why Use Getters and Setters?!

Why Use Getters and Setters?!

Comments
4 min read
How do I create a class system in my programming language

How do I create a class system in my programming language

Comments 1
1 min read
My React Journey: Day 20

My React Journey: Day 20

Comments
2 min read
Harnessing the Power of Object-Oriented and Functional Programming Paradigms in Software Development

Harnessing the Power of Object-Oriented and Functional Programming Paradigms in Software Development

Comments
5 min read
My React Journey: Day 18

My React Journey: Day 18

Comments
2 min read
Essential OOP/Database/Data Structures Interview Questions for Developers

Essential OOP/Database/Data Structures Interview Questions for Developers

1
Comments
4 min read
Exploring Object-Oriented Programming (OOP) in JavaScript

Exploring Object-Oriented Programming (OOP) in JavaScript

1
Comments
4 min read
My React Journey: Day 16

My React Journey: Day 16

Comments
2 min read
My React Journey: Day 15

My React Journey: Day 15

Comments
2 min read
Smalltalk: Conceptual Integrity in Action

Smalltalk: Conceptual Integrity in Action

Comments
15 min read
OOP-Camp 4.1: The Secret Lives of Primitive Types

OOP-Camp 4.1: The Secret Lives of Primitive Types

1
Comments
5 min read
OOP - Encapsulation

OOP - Encapsulation

Comments
3 min read
OOP Bootcamp 2: The Why of OOP

OOP Bootcamp 2: The Why of OOP

Comments
12 min read
An OOP Bootcamp: Introduction

An OOP Bootcamp: Introduction

Comments
3 min read
(D): Aplicando o "Princípio da Inversão de Dependências" com Typescript e Java

(D): Aplicando o "Princípio da Inversão de Dependências" com Typescript e Java

Comments
4 min read
(I): Aplicando o "Princípio da Segregação da Interface" com Typescript e Java

(I): Aplicando o "Princípio da Segregação da Interface" com Typescript e Java

Comments
3 min read
Statistics Behind Latency Metrics: Understanding P90, P95, and P99

Statistics Behind Latency Metrics: Understanding P90, P95, and P99

Comments
3 min read
Object-Oriented Programming (OOP) in JavaScript: A Comprehensive Guide

Object-Oriented Programming (OOP) in JavaScript: A Comprehensive Guide

Comments
2 min read
Introduction to Object Oriented Programming (OOP) in Golang

Introduction to Object Oriented Programming (OOP) in Golang

5
Comments
8 min read
Access Modifiers in Java: The Ultimate Gatekeepers

Access Modifiers in Java: The Ultimate Gatekeepers

8
Comments 2
2 min read
Unlocking the Power of OOP in Java: A Beginner’s Guide

Unlocking the Power of OOP in Java: A Beginner’s Guide

7
Comments 1
3 min read
Exploring the Four Pillars of OOP with Fun Real-Life Examples 🚀

Exploring the Four Pillars of OOP with Fun Real-Life Examples 🚀

21
Comments 2
2 min read
Method Chaining in C++

Method Chaining in C++

1
Comments
1 min read
Learning C++: A Beginner's Guide

Learning C++: A Beginner's Guide

6
Comments 1
10 min read
Decorators & Class Property in Python

Decorators & Class Property in Python

5
Comments
2 min read
Is Unit Test really a MUST?

Is Unit Test really a MUST?

Comments
1 min read
Is Clean Code really practical?

Is Clean Code really practical?

Comments
1 min read
Python Day-18 Nested for loop -pattern,OOPS-Object Oriented Programming System

Python Day-18 Nested for loop -pattern,OOPS-Object Oriented Programming System

5
Comments
2 min read
Understanding God Objects in Object-Oriented Programming

Understanding God Objects in Object-Oriented Programming

5
Comments
3 min read
Understanding Java Constructors and Static Blocks

Understanding Java Constructors and Static Blocks

2
Comments
4 min read
Have you ever asked yourself how we would explain or simplify Object-Oriented Programming (OOP)?

Have you ever asked yourself how we would explain or simplify Object-Oriented Programming (OOP)?

Comments
1 min read
POO entrando a un nuevo viejo mundo

POO entrando a un nuevo viejo mundo

Comments
6 min read
OOP Bootcamp 3: Classes and Objects 1, The Basics

OOP Bootcamp 3: Classes and Objects 1, The Basics

1
Comments
6 min read
PHP OOP Part-2: Constructor and Destructor

PHP OOP Part-2: Constructor and Destructor

1
Comments
4 min read
PHP OOP Part-1: Introduction, Object, and Class

PHP OOP Part-1: Introduction, Object, and Class

2
Comments
3 min read
JavaScript OOP Explained: From Prototypes to Classes and the 4 Pillars of Object-Oriented Programming 🚀

JavaScript OOP Explained: From Prototypes to Classes and the 4 Pillars of Object-Oriented Programming 🚀

Comments
4 min read
Methods to assign and retrieve values in a JavaScript object

Methods to assign and retrieve values in a JavaScript object

3
Comments
2 min read
Exception Handling in Java: Using Storytelling Approach

Exception Handling in Java: Using Storytelling Approach

1
Comments
3 min read
Combining Object-Oriented and Functional Programming in Large Projects

Combining Object-Oriented and Functional Programming in Large Projects

Comments
5 min read
PHP, Classes and Objects

PHP, Classes and Objects

2
Comments
14 min read
What is Polymorphism in C# - Explained with a Code Example

What is Polymorphism in C# - Explained with a Code Example

3
Comments
5 min read
Getting Started with Object-Oriented Design (Part 2): Design Principles and Design Patterns

Getting Started with Object-Oriented Design (Part 2): Design Principles and Design Patterns

Comments
5 min read
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
Think OOP is the gold standard for code organization? Think again!

Think OOP is the gold standard for code organization? Think again!

Comments 1
6 min read
The Secrets of Decomposition: The Philosophical Foundation of Programming

The Secrets of Decomposition: The Philosophical Foundation of Programming

Comments
6 min read
Functional Programming: A Misfit for Backend Engineering

Functional Programming: A Misfit for Backend Engineering

Comments
3 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
The Truth About Prototypes in JavaScript: Flexibility vs. Performance

The Truth About Prototypes in JavaScript: Flexibility vs. Performance

3
Comments 1
3 min read
Methods to Defend Against SQL Injection Attacks

Methods to Defend Against SQL Injection Attacks

Comments
3 min read
loading...