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.
Why 'this' in JavaScript Differs from Other OOP Languages

Why 'this' in JavaScript Differs from Other OOP Languages

Comments
3 min read
Simplifying Object-Oriented Programming (OOP) Concepts with Real-Life Examples in TS

Simplifying Object-Oriented Programming (OOP) Concepts with Real-Life Examples in TS

Comments
9 min read
Golang - How a Chef and Waiter Teach the Single Responsibility Principle

Golang - How a Chef and Waiter Teach the Single Responsibility Principle

Comments
3 min read
Top 5 Backend Programming Languages to Learn in 2024

Top 5 Backend Programming Languages to Learn in 2024

4
Comments
1 min read
Tudo Ă© DEV....

Tudo Ă© DEV....

Comments
1 min read
Mastering Object-Oriented PHP: The Ultimate Developer's Guide

Mastering Object-Oriented PHP: The Ultimate Developer's Guide

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

PHP OOP Part-2: Constructor and Destructor

Comments
4 min read
PHP OOP Part-4: Static property, method and this vs self

PHP OOP Part-4: Static property, method and this vs self

Comments
6 min read
PHP OOP Part-3: Access modifier, Encapsulation and Inheritance

PHP OOP Part-3: Access modifier, Encapsulation and Inheritance

Comments
4 min read
PHP OOP Part-5: Abstraction and Interface

PHP OOP Part-5: Abstraction and Interface

Comments
5 min read
Dart Operators Explained in Bangla

Dart Operators Explained in Bangla

1
Comments
1 min read
Type inference in Dart programming (Bangla)

Type inference in Dart programming (Bangla)

Comments
1 min read
what is polymorphism ?

what is polymorphism ?

Comments
1 min read
what is inheritance ?

what is inheritance ?

Comments
1 min read
why java does not support multiple inheritance?

why java does not support multiple inheritance?

Comments
1 min read
Hierarchical inheritance in Java

Hierarchical inheritance in Java

Comments
1 min read
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
When Controllers Take on Too Much Responsibility

When Controllers Take on Too Much Responsibility

8
Comments
6 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
Object-Oriented Programming in Swift

Object-Oriented Programming in Swift

1
Comments
7 min read
Python's Magic Methods

Python's Magic Methods

7
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
Building a PHP CRUD Application with OOP and MySQL: A Best Practice Guide

Building a PHP CRUD Application with OOP and MySQL: A Best Practice Guide

11
Comments
4 min read
Java Comparator vs Comparable Guide with Example

Java Comparator vs Comparable Guide with Example

3
Comments
3 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
PHP OOP Part-6: Polymorphism

PHP OOP Part-6: Polymorphism

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

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

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

OOP Bootcamp 2: The Why of OOP

Comments
12 min read
PHP OOP Part-7: Composition vs Inheritance and Dependency Injection

PHP OOP Part-7: Composition vs Inheritance and Dependency Injection

2
Comments
6 min read
Decoding ORM: A Deep Dive into Object-Relational Mapping

Decoding ORM: A Deep Dive into Object-Relational Mapping

1
Comments
6 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
class and object in java:

class and object in java:

2
Comments
3 min read
Encapsulation and Abstraction in Object-Oriented Programming (OOP)

Encapsulation and Abstraction in Object-Oriented Programming (OOP)

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

Introduction to Object Oriented Programming (OOP) in Golang

5
Comments
8 min read
What is Dependency Injection in PHP and Why It's Crucial for Testing and Maintainability

What is Dependency Injection in PHP and Why It's Crucial for Testing and Maintainability

5
Comments
5 min read
OOP (Object-Oriented Programming)

OOP (Object-Oriented Programming)

6
Comments
1 min read
Understanding the SOLID Principles in PHP and How They Improve Code Quality

Understanding the SOLID Principles in PHP and How They Improve Code Quality

1
Comments
5 min read
Method Chaining in C++

Method Chaining in C++

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

OOP Simplified: Breaking Down the 4 Core Principles

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

Understanding SOLID Principles with C# (short intro)

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

Learning C++: A Beginner's Guide

6
Comments 1
10 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
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
Object-Oriented Programming (OOP) in JavaScript: A Comprehensive Guide

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

Comments
2 min read
loading...