OOP Principles
I like a hamburger!
OOP?
Something to eat?
OOP
Object-Oriented Programming
OBJECT
OBJECT
OBJECT
OBJECT
OBJECT
OOP
Object-Oriented Programming
OBJECTs
...
... ...
What is the “Principles”?
● Guidelines for the best way!
● Use to define a word!
● Prevent to mistake!
● etc.
Principles for OOP
4 Major Principles for OOP
5 Major Design Principles for OOP
S. O. L. I. D
Data Abstraction Encapsulation
Inheritance Polymorphism
4 Major Principles for OOP
Data Abstraction
Hamburgers Beverage
FOOD
4 Major Principles for OOP
Encapsulation
Just eat!
Call eat action!
4 Major Principles for OOP
Inheritance
Parent
Child Child
4 Major Principles for OOP
Polymorphism
[Eat] eat(void)
[Eat] eat(withBeverage)
[Eat] eat(withSnack)
Just eat!
Call eat action!
But
[Eat] …….
5 Major Design Principles for OOP
SRP (Single Responsibility Principle)SETSET
But !!
I want to drink a orange juice!
Straw
5 Major Design Principles for OOP
OCP (Open Closed Principle)
Opened
Closed
5 Major Design Principles for OOP
LSP (Liskov Substitution Principle)
We can eat all hamburgers
because contains "Eater Action"!
And all action is true!
Just eat!!!
eat
eat eat
5 Major Design Principles for OOP
ISP (Interface Segregation Principle)
DRINK + EAT
DRINK
EAT
Not bad!
5 Major Design Principles for OOP
DIP (Dependency Inversion Principle)
Q / A
Thanks to
- MCDoxxld in America
- BHX in Korea

More Related Content

PPT
Oops ppt
PPT
Basic concepts of object oriented programming
PPT
20. Object-Oriented Programming Fundamental Principles
PPT
Object Oriented Programming Concepts
PDF
Object Oriented Programming in Swift Ch2 Polymorphism, OCP, LSP
PDF
Great Software Design
PPT
java Oops.ppt
PPTX
Oop design principles
Oops ppt
Basic concepts of object oriented programming
20. Object-Oriented Programming Fundamental Principles
Object Oriented Programming Concepts
Object Oriented Programming in Swift Ch2 Polymorphism, OCP, LSP
Great Software Design
java Oops.ppt
Oop design principles

Viewers also liked (19)

PDF
Chapter1 Introduction to OOP (Java)
PPTX
Object Oriented Programming
PDF
Dependency Inversion Principle
PPTX
Object oriented programming Fundamental Concepts
PPTX
Object Oriented Concept
PPT
Advance Database Management Systems -Object Oriented Principles In Database
PDF
Implementation of oop concept in c++
PPT
Advanced OOP - Laws, Principles, Idioms
PPTX
[OOP - Lec 02] Why do we need OOP
PPTX
OOP paradigm, principles of good design and architecture of Java applications
PDF
3-oop java-inheritance
PDF
Object Oriented Paradigm
PPTX
Ppt on java basics
PPT
General OOP concept [by-Digvijay]
PPTX
Object oriented programming concepts
PPTX
Object Orinted Programing(OOP) concepts \
PPS
Introduction to class in java
PPT
PPTX
Basics of Object Oriented Programming in Python
Chapter1 Introduction to OOP (Java)
Object Oriented Programming
Dependency Inversion Principle
Object oriented programming Fundamental Concepts
Object Oriented Concept
Advance Database Management Systems -Object Oriented Principles In Database
Implementation of oop concept in c++
Advanced OOP - Laws, Principles, Idioms
[OOP - Lec 02] Why do we need OOP
OOP paradigm, principles of good design and architecture of Java applications
3-oop java-inheritance
Object Oriented Paradigm
Ppt on java basics
General OOP concept [by-Digvijay]
Object oriented programming concepts
Object Orinted Programing(OOP) concepts \
Introduction to class in java
Basics of Object Oriented Programming in Python
Ad

Recently uploaded (20)

PDF
Topaz Photo AI Crack New Download (Latest 2025)
PDF
AI/ML Infra Meetup | LLM Agents and Implementation Challenges
PPTX
Advanced SystemCare Ultimate Crack + Portable (2025)
PDF
Wondershare Recoverit Full Crack New Version (Latest 2025)
PPTX
Oracle Fusion HCM Cloud Demo for Beginners
PDF
AI/ML Infra Meetup | Beyond S3's Basics: Architecting for AI-Native Data Access
PDF
Microsoft Office 365 Crack Download Free
PPTX
Cybersecurity: Protecting the Digital World
PPTX
AMADEUS TRAVEL AGENT SOFTWARE | AMADEUS TICKETING SYSTEM
PPTX
Monitoring Stack: Grafana, Loki & Promtail
PPTX
WiFi Honeypot Detecscfddssdffsedfseztor.pptx
PDF
How to Make Money in the Metaverse_ Top Strategies for Beginners.pdf
PDF
The Dynamic Duo Transforming Financial Accounting Systems Through Modern Expe...
PDF
Cost to Outsource Software Development in 2025
PDF
DuckDuckGo Private Browser Premium APK for Android Crack Latest 2025
PPTX
Why Generative AI is the Future of Content, Code & Creativity?
PPTX
Tech Workshop Escape Room Tech Workshop
PDF
CCleaner 6.39.11548 Crack 2025 License Key
PDF
How Tridens DevSecOps Ensures Compliance, Security, and Agility
PPTX
Patient Appointment Booking in Odoo with online payment
Topaz Photo AI Crack New Download (Latest 2025)
AI/ML Infra Meetup | LLM Agents and Implementation Challenges
Advanced SystemCare Ultimate Crack + Portable (2025)
Wondershare Recoverit Full Crack New Version (Latest 2025)
Oracle Fusion HCM Cloud Demo for Beginners
AI/ML Infra Meetup | Beyond S3's Basics: Architecting for AI-Native Data Access
Microsoft Office 365 Crack Download Free
Cybersecurity: Protecting the Digital World
AMADEUS TRAVEL AGENT SOFTWARE | AMADEUS TICKETING SYSTEM
Monitoring Stack: Grafana, Loki & Promtail
WiFi Honeypot Detecscfddssdffsedfseztor.pptx
How to Make Money in the Metaverse_ Top Strategies for Beginners.pdf
The Dynamic Duo Transforming Financial Accounting Systems Through Modern Expe...
Cost to Outsource Software Development in 2025
DuckDuckGo Private Browser Premium APK for Android Crack Latest 2025
Why Generative AI is the Future of Content, Code & Creativity?
Tech Workshop Escape Room Tech Workshop
CCleaner 6.39.11548 Crack 2025 License Key
How Tridens DevSecOps Ensures Compliance, Security, and Agility
Patient Appointment Booking in Odoo with online payment
Ad

OOP Principles