SlideShare a Scribd company logo
Chapter 1
Object-Oriented
Programming
Chapter ILOs
Understand the motivation behind OOP
Define Classes
Define Objects
Understand the benefits of OOP
What is the motivation behind using OOP?
Procedural Programming
Language?
• Structured programming
• Calling procedures
• Any procedure can be
called by any procedure
at any time (including
itself)
Problems related to PLs?
• Data is exposed to the
entire code
• Code harder to
read/write
• Spaghetti code
How does OOP solve
these problems?
• Objects and Classes
Objects
Software components that can be reusable
• All around us
Represent real-world items
• Person
• Car
• Others?
Examples:
• Attributes
• Behaviours
How do we define an object?
• The values of the attributes
What is the state of an object?
Object – Example

Object – Example
Attributes
Functionalities
-
-
Classes 



Example –
Class Circle
Object Communication


How is OOP
solving issues
related to PPL?

Benefits of OOP
Ease of software design
Software reusability
Ease in software maintenance
What is next?
What are exactly the
OOP concepts?
How to implement OOP
concepts to achieve
OOP benefits?

More Related Content

PDF
Computer_Programming_Part_II_Segment_01.pdf
PPTX
Unit 1 OOSE
PPTX
1 intro
PPTX
Object Oriented Programming using C++.pptx
PPTX
Chapter1 introduction
PPTX
Object Oriented programming - Introduction
PPTX
OOP-1.pptx
PPTX
Presentation c
Computer_Programming_Part_II_Segment_01.pdf
Unit 1 OOSE
1 intro
Object Oriented Programming using C++.pptx
Chapter1 introduction
Object Oriented programming - Introduction
OOP-1.pptx
Presentation c

Similar to Chapter1_ObjectOrientedProgramming.pptx (20)

PPTX
Principles of OOPs.pptx
PPTX
Object Oriented Programming in C++ in software development
PPTX
POP vs OOP Introduction
PDF
OOP ppt.pdf
PPTX
IET307 OOP - object oriented programming concepts.pptx
PDF
lecture.in ooop object orented programmeg.pdf
PPTX
Introduction to oop with c++
PDF
Oop basic overview
PPTX
Ch 1 Introduction to Object Oriented Programming.pptx
PPTX
OOPs Java Module 1.pptx marketing trends social media company profilesmarketi...
PPT
Basic concept of OOP's
PDF
C++ notes.pdf
DOC
Chapter1
PPTX
principle of oop’s in cpp
PPTX
Oops concepts
PPTX
Object oriented programming (oops) python
PPTX
Object oriented programming
PPTX
chapterOne.pptxFSdgfqdzwwfagxgghvkjljhcxCZZXvcbx
PDF
Principles of OOPs.pptx
Object Oriented Programming in C++ in software development
POP vs OOP Introduction
OOP ppt.pdf
IET307 OOP - object oriented programming concepts.pptx
lecture.in ooop object orented programmeg.pdf
Introduction to oop with c++
Oop basic overview
Ch 1 Introduction to Object Oriented Programming.pptx
OOPs Java Module 1.pptx marketing trends social media company profilesmarketi...
Basic concept of OOP's
C++ notes.pdf
Chapter1
principle of oop’s in cpp
Oops concepts
Object oriented programming (oops) python
Object oriented programming
chapterOne.pptxFSdgfqdzwwfagxgghvkjljhcxCZZXvcbx

Recently uploaded (20)

PDF
Approach and Philosophy of On baking technology
PDF
Reach Out and Touch Someone: Haptics and Empathic Computing
PDF
Modernizing your data center with Dell and AMD
PPTX
Big Data Technologies - Introduction.pptx
PDF
Per capita expenditure prediction using model stacking based on satellite ima...
PDF
Encapsulation_ Review paper, used for researhc scholars
DOCX
The AUB Centre for AI in Media Proposal.docx
PDF
Chapter 3 Spatial Domain Image Processing.pdf
PPTX
PA Analog/Digital System: The Backbone of Modern Surveillance and Communication
PDF
Architecting across the Boundaries of two Complex Domains - Healthcare & Tech...
PPTX
Detection-First SIEM: Rule Types, Dashboards, and Threat-Informed Strategy
PDF
Machine learning based COVID-19 study performance prediction
PDF
Mobile App Security Testing_ A Comprehensive Guide.pdf
PDF
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
PDF
Dropbox Q2 2025 Financial Results & Investor Presentation
PPTX
Effective Security Operations Center (SOC) A Modern, Strategic, and Threat-In...
PDF
Electronic commerce courselecture one. Pdf
PDF
cuic standard and advanced reporting.pdf
PDF
The Rise and Fall of 3GPP – Time for a Sabbatical?
PPT
“AI and Expert System Decision Support & Business Intelligence Systems”
Approach and Philosophy of On baking technology
Reach Out and Touch Someone: Haptics and Empathic Computing
Modernizing your data center with Dell and AMD
Big Data Technologies - Introduction.pptx
Per capita expenditure prediction using model stacking based on satellite ima...
Encapsulation_ Review paper, used for researhc scholars
The AUB Centre for AI in Media Proposal.docx
Chapter 3 Spatial Domain Image Processing.pdf
PA Analog/Digital System: The Backbone of Modern Surveillance and Communication
Architecting across the Boundaries of two Complex Domains - Healthcare & Tech...
Detection-First SIEM: Rule Types, Dashboards, and Threat-Informed Strategy
Machine learning based COVID-19 study performance prediction
Mobile App Security Testing_ A Comprehensive Guide.pdf
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
Dropbox Q2 2025 Financial Results & Investor Presentation
Effective Security Operations Center (SOC) A Modern, Strategic, and Threat-In...
Electronic commerce courselecture one. Pdf
cuic standard and advanced reporting.pdf
The Rise and Fall of 3GPP – Time for a Sabbatical?
“AI and Expert System Decision Support & Business Intelligence Systems”

Chapter1_ObjectOrientedProgramming.pptx