SlideShare a Scribd company logo
1 of 34
Object Oriented Programming – Nadeesha Thilakarathne
Blueprint of a Smart Phone
HTC
Microsoft
Samsung
Apple
 Operating System
 Model
 Price
 Battery Life
 Sending SMS
 Voice Calling
 Video Calling
 Taking Pictures
 Listen to Music
Attributes of a Phone
Functions of a Mobile Phone
Galaxy S6 edge
Lumia 535
Desire 820 LTE
Main Features of
Object Oriented Programming
Encapsulation
Polymorphism
Inheritance
Abstraction
Encapsulation
A black box is a device, system or object which can be viewed in
terms of its inputs and outputs (or transfer characteristics), without
any knowledge of its internal workings. Its implementation is
"opaque“(පාරාන්ධ) (black).
Encapsulation
• Providing access to an object only through its messages, while keeping
the details private is called encapsulation“.
• Encapsulation is important because parts of software must
sometimes be changed or re-used.
Encapsulation
Data
Methods
Change
Access
Encapsulated
get()/set()
Use get Method
Inheritance
• Inheritance is useful way to reuse code when classes share an is-
a relationship.
• More specifically, if two or more classes share common behaviors
because one is a more general type of the other.
• This suggests that the more specific type can "inherit" those
behaviors from the more general type.
Inheritance
Inheritance
Multiple inheritance is not supported in java through class
(possible with interfaces)
Inheritance
Phone
HTC phone Microsoft phone Samsung phone
Inheritance
• Super Class
Inheritance
• Sub Class 01
Inheritance
• Sub Class 02
Inheritance
• Sub Class 03
Polymorphism
One Name Many Forms
With polymorphism, the same method or property can
perform different actions depending on the run-time type
of the instance that invokes it.
Polymorphism As a Phone
As a Camera
As a MP3 Player
Phone
Polymorphism
Polymorphism
Compile Time(Static) Run Time(Dynamic)
Static Polymorphism(Static Binding)
• Compile time polymorphism/ Method overloading
• Method overloading means there are several methods present in a
class having the
• same name but
• different types/order/number of parameters.
• The compiler does not consider return type when differentiating
methods, so you cannot declare two methods with the same
signature even if they have a different return type.
Static Polymorphism(Static Binding)
Static Polymorphism(Static Binding)
Dynamic Polymorphism(Dynamic Binding)
• Run-time polymorphism is achieved by method overriding.
• Method overriding allows us to have methods in the base and
derived classes with the same name and the same parameters.
Dynamic Polymorphism(Dynamic Binding)
• By runtime polymorphism, we can point to any derived class from
the object of the base class at runtime that shows the ability of
runtime binding.
• Through the reference variable of a base class, the determination of
the method to be called is based on the object being referred to by
reference variable.
Dynamic Polymorphism(Dynamic Binding)
Abstraction
• Abstraction is a process of hiding the implementation details from the user.
• Only the functionality will be provided to the user. In other words user will have
the information on what the object does instead of how it does it.
Abstract Class Abstract Method
Abstract Class
• Abstract classes may or may not contain abstract methods
• But, if a class have at least one abstract method, then the class must be declared
abstract.
• Abstract class cannot be instantiated.
• To use an abstract class you have to inherit it from another class, provide
implementations to the abstract methods inside the class.
• If you inherit an abstract class you have to provide implementations to all the
abstract methods in it.
Abstract Class
Abstract Methods
• Abstract keyword is used to declare the method as abstract.
• You have to place the abstract keyword before the method name in the method
declaration.
• An abstract method contains a method signature, but no method body.
• Instead of curly braces an abstract method will have a semicolon ( ; ) at the end.
Inheriting the Abstract Class
Conclusion
• An object is an instance of a class.
• Encapsulation provides the security that keeps data and methods safe from
inadvertent(නනොසැලකිල්නලන් සිදු වන) changes.
• Inheritance is parent-child relationship of class which is mainly used for code
reusability.
• Polymorphism definition is that Poly means many and morphos means forms.
• Using abstraction one can simulate real world objects.
• Abstraction provides advantage of code reuse
• Abstraction enables program open for extension(විස්තාරණය )
References
• http://www.umsl.edu/~sauterv/analysis/488_f01_papers/quillin.htm
• http://www.codeproject.com/Articles/602141/Polymorphism-in-NET
• http://www.sitepoint.com/quick-guide-to-polymorphism-in-java/
• http://www.tutorialspoint.com/java/java_abstraction.htm
• http://tutorials.jenkov.com/java/abstract-classes.html
• http://www.w3resource.com/java-tutorial/java-object-oriented-
programming.php
• http://www.javatpoint.com/java-tutorial
Object oriented programming

More Related Content

What's hot

Object oriented software engineering concepts
Object oriented software engineering conceptsObject oriented software engineering concepts
Object oriented software engineering concepts
Komal Singh
 
Design patterns ppt
Design patterns pptDesign patterns ppt
Design patterns ppt
Aman Jain
 
Object-oriented Programming-with C#
Object-oriented Programming-with C#Object-oriented Programming-with C#
Object-oriented Programming-with C#
Doncho Minkov
 

What's hot (20)

Introduction to OOP concepts
Introduction to OOP conceptsIntroduction to OOP concepts
Introduction to OOP concepts
 
Oops ppt
Oops pptOops ppt
Oops ppt
 
Python: Polymorphism
Python: PolymorphismPython: Polymorphism
Python: Polymorphism
 
Object Oriented Programming
Object Oriented ProgrammingObject Oriented Programming
Object Oriented Programming
 
Design Patterns
Design PatternsDesign Patterns
Design Patterns
 
Introduction to Design Pattern
Introduction to Design  PatternIntroduction to Design  Pattern
Introduction to Design Pattern
 
Object Oriented Programing JAVA presentaion
Object Oriented Programing JAVA presentaionObject Oriented Programing JAVA presentaion
Object Oriented Programing JAVA presentaion
 
Unified Modeling Language
Unified Modeling LanguageUnified Modeling Language
Unified Modeling Language
 
Object oriented software engineering concepts
Object oriented software engineering conceptsObject oriented software engineering concepts
Object oriented software engineering concepts
 
Object-oriented concepts
Object-oriented conceptsObject-oriented concepts
Object-oriented concepts
 
Introduction to Object Oriented Programming
Introduction to Object Oriented ProgrammingIntroduction to Object Oriented Programming
Introduction to Object Oriented Programming
 
Introduction to Object Oriented Programming
Introduction to Object Oriented ProgrammingIntroduction to Object Oriented Programming
Introduction to Object Oriented Programming
 
Design patterns ppt
Design patterns pptDesign patterns ppt
Design patterns ppt
 
Abstract class
Abstract classAbstract class
Abstract class
 
Object oriented programming
Object oriented programmingObject oriented programming
Object oriented programming
 
The Object Model
The Object Model  The Object Model
The Object Model
 
Object-oriented Programming-with C#
Object-oriented Programming-with C#Object-oriented Programming-with C#
Object-oriented Programming-with C#
 
Introduction to design patterns
Introduction to design patternsIntroduction to design patterns
Introduction to design patterns
 
Polymorphism
PolymorphismPolymorphism
Polymorphism
 
Uml class diagram and packages ppt for dot net
Uml class diagram and packages ppt for dot netUml class diagram and packages ppt for dot net
Uml class diagram and packages ppt for dot net
 

Viewers also liked

ENCERRAMENTO CONTAS-LAB ERP
ENCERRAMENTO CONTAS-LAB ERPENCERRAMENTO CONTAS-LAB ERP
ENCERRAMENTO CONTAS-LAB ERP
Alvaro Jose
 
Aplikazioak ii
Aplikazioak iiAplikazioak ii
Aplikazioak ii
superlg15
 

Viewers also liked (11)

WritingSamples
WritingSamplesWritingSamples
WritingSamples
 
TEMPERATURE MONITORING OF CRITICAL PRODUCTS
TEMPERATURE MONITORING OF CRITICAL PRODUCTSTEMPERATURE MONITORING OF CRITICAL PRODUCTS
TEMPERATURE MONITORING OF CRITICAL PRODUCTS
 
ENCERRAMENTO CONTAS-LAB ERP
ENCERRAMENTO CONTAS-LAB ERPENCERRAMENTO CONTAS-LAB ERP
ENCERRAMENTO CONTAS-LAB ERP
 
3 матеев eset
3   матеев eset3   матеев eset
3 матеев eset
 
Seth CV
Seth CVSeth CV
Seth CV
 
Seth resume
Seth resumeSeth resume
Seth resume
 
слайды к докладу берга нов.
слайды к докладу берга нов.слайды к докладу берга нов.
слайды к докладу берга нов.
 
Analisi dei terreni - Determinazione di Carbonio e Azoto
Analisi dei terreni - Determinazione di Carbonio e AzotoAnalisi dei terreni - Determinazione di Carbonio e Azoto
Analisi dei terreni - Determinazione di Carbonio e Azoto
 
Smart Gas Meters
Smart Gas MetersSmart Gas Meters
Smart Gas Meters
 
Hyperlink dipa
Hyperlink dipaHyperlink dipa
Hyperlink dipa
 
Aplikazioak ii
Aplikazioak iiAplikazioak ii
Aplikazioak ii
 

Similar to Object oriented programming

Similar to Object oriented programming (20)

OOPS – General Understanding in .NET
OOPS – General Understanding in .NETOOPS – General Understanding in .NET
OOPS – General Understanding in .NET
 
Need of object oriented programming
Need of object oriented programmingNeed of object oriented programming
Need of object oriented programming
 
Basics of oops concept
Basics of oops conceptBasics of oops concept
Basics of oops concept
 
Java OOP s concepts and buzzwords
Java OOP s concepts and buzzwordsJava OOP s concepts and buzzwords
Java OOP s concepts and buzzwords
 
Static and Dynamic polymorphism in C++
Static and Dynamic polymorphism in C++Static and Dynamic polymorphism in C++
Static and Dynamic polymorphism in C++
 
Object Oriented Programming.pptx
 Object Oriented Programming.pptx Object Oriented Programming.pptx
Object Oriented Programming.pptx
 
SKILLWISE - OOPS CONCEPT
SKILLWISE - OOPS CONCEPTSKILLWISE - OOPS CONCEPT
SKILLWISE - OOPS CONCEPT
 
Unit 3
Unit 3Unit 3
Unit 3
 
Questpond - Top 10 Interview Questions and Answers on OOPS
Questpond - Top 10 Interview Questions and Answers on OOPSQuestpond - Top 10 Interview Questions and Answers on OOPS
Questpond - Top 10 Interview Questions and Answers on OOPS
 
Static and dynamic polymorphism
Static and dynamic polymorphismStatic and dynamic polymorphism
Static and dynamic polymorphism
 
Static and dynamic polymorphism
Static and dynamic polymorphismStatic and dynamic polymorphism
Static and dynamic polymorphism
 
Static and dynamic polymorphism
Static and dynamic polymorphismStatic and dynamic polymorphism
Static and dynamic polymorphism
 
A Case Study on Java. Java Presentation
A Case Study on Java. Java Presentation A Case Study on Java. Java Presentation
A Case Study on Java. Java Presentation
 
Object Oriented Programming (OOP) Introduction
Object Oriented Programming (OOP) IntroductionObject Oriented Programming (OOP) Introduction
Object Oriented Programming (OOP) Introduction
 
OCP Java (OCPJP) 8 Exam Quick Reference Card
OCP Java (OCPJP) 8 Exam Quick Reference CardOCP Java (OCPJP) 8 Exam Quick Reference Card
OCP Java (OCPJP) 8 Exam Quick Reference Card
 
Oops and c fundamentals
Oops and c fundamentals Oops and c fundamentals
Oops and c fundamentals
 
Object oriented programming
Object oriented programmingObject oriented programming
Object oriented programming
 
Basics of object oriented programming interview tips for Java
Basics of object oriented programming interview tips for JavaBasics of object oriented programming interview tips for Java
Basics of object oriented programming interview tips for Java
 
Java chapter 5
Java chapter 5Java chapter 5
Java chapter 5
 
Java session2
Java session2Java session2
Java session2
 

Recently uploaded

%+27788225528 love spells in Colorado Springs Psychic Readings, Attraction sp...
%+27788225528 love spells in Colorado Springs Psychic Readings, Attraction sp...%+27788225528 love spells in Colorado Springs Psychic Readings, Attraction sp...
%+27788225528 love spells in Colorado Springs Psychic Readings, Attraction sp...
masabamasaba
 
%+27788225528 love spells in Knoxville Psychic Readings, Attraction spells,Br...
%+27788225528 love spells in Knoxville Psychic Readings, Attraction spells,Br...%+27788225528 love spells in Knoxville Psychic Readings, Attraction spells,Br...
%+27788225528 love spells in Knoxville Psychic Readings, Attraction spells,Br...
masabamasaba
 
Abortion Pill Prices Tembisa [(+27832195400*)] 🏥 Women's Abortion Clinic in T...
Abortion Pill Prices Tembisa [(+27832195400*)] 🏥 Women's Abortion Clinic in T...Abortion Pill Prices Tembisa [(+27832195400*)] 🏥 Women's Abortion Clinic in T...
Abortion Pill Prices Tembisa [(+27832195400*)] 🏥 Women's Abortion Clinic in T...
Medical / Health Care (+971588192166) Mifepristone and Misoprostol tablets 200mg
 
CHEAP Call Girls in Pushp Vihar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Pushp Vihar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICECHEAP Call Girls in Pushp Vihar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Pushp Vihar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
Large-scale Logging Made Easy: Meetup at Deutsche Bank 2024
Large-scale Logging Made Easy: Meetup at Deutsche Bank 2024Large-scale Logging Made Easy: Meetup at Deutsche Bank 2024
Large-scale Logging Made Easy: Meetup at Deutsche Bank 2024
VictoriaMetrics
 
%+27788225528 love spells in Atlanta Psychic Readings, Attraction spells,Brin...
%+27788225528 love spells in Atlanta Psychic Readings, Attraction spells,Brin...%+27788225528 love spells in Atlanta Psychic Readings, Attraction spells,Brin...
%+27788225528 love spells in Atlanta Psychic Readings, Attraction spells,Brin...
masabamasaba
 

Recently uploaded (20)

8257 interfacing 2 in microprocessor for btech students
8257 interfacing 2 in microprocessor for btech students8257 interfacing 2 in microprocessor for btech students
8257 interfacing 2 in microprocessor for btech students
 
%+27788225528 love spells in Colorado Springs Psychic Readings, Attraction sp...
%+27788225528 love spells in Colorado Springs Psychic Readings, Attraction sp...%+27788225528 love spells in Colorado Springs Psychic Readings, Attraction sp...
%+27788225528 love spells in Colorado Springs Psychic Readings, Attraction sp...
 
%in Hazyview+277-882-255-28 abortion pills for sale in Hazyview
%in Hazyview+277-882-255-28 abortion pills for sale in Hazyview%in Hazyview+277-882-255-28 abortion pills for sale in Hazyview
%in Hazyview+277-882-255-28 abortion pills for sale in Hazyview
 
MarTech Trend 2024 Book : Marketing Technology Trends (2024 Edition) How Data...
MarTech Trend 2024 Book : Marketing Technology Trends (2024 Edition) How Data...MarTech Trend 2024 Book : Marketing Technology Trends (2024 Edition) How Data...
MarTech Trend 2024 Book : Marketing Technology Trends (2024 Edition) How Data...
 
Harnessing ChatGPT - Elevating Productivity in Today's Agile Environment
Harnessing ChatGPT  - Elevating Productivity in Today's Agile EnvironmentHarnessing ChatGPT  - Elevating Productivity in Today's Agile Environment
Harnessing ChatGPT - Elevating Productivity in Today's Agile Environment
 
tonesoftg
tonesoftgtonesoftg
tonesoftg
 
AI & Machine Learning Presentation Template
AI & Machine Learning Presentation TemplateAI & Machine Learning Presentation Template
AI & Machine Learning Presentation Template
 
%+27788225528 love spells in Knoxville Psychic Readings, Attraction spells,Br...
%+27788225528 love spells in Knoxville Psychic Readings, Attraction spells,Br...%+27788225528 love spells in Knoxville Psychic Readings, Attraction spells,Br...
%+27788225528 love spells in Knoxville Psychic Readings, Attraction spells,Br...
 
Abortion Pill Prices Tembisa [(+27832195400*)] 🏥 Women's Abortion Clinic in T...
Abortion Pill Prices Tembisa [(+27832195400*)] 🏥 Women's Abortion Clinic in T...Abortion Pill Prices Tembisa [(+27832195400*)] 🏥 Women's Abortion Clinic in T...
Abortion Pill Prices Tembisa [(+27832195400*)] 🏥 Women's Abortion Clinic in T...
 
CHEAP Call Girls in Pushp Vihar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Pushp Vihar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICECHEAP Call Girls in Pushp Vihar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Pushp Vihar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
 
VTU technical seminar 8Th Sem on Scikit-learn
VTU technical seminar 8Th Sem on Scikit-learnVTU technical seminar 8Th Sem on Scikit-learn
VTU technical seminar 8Th Sem on Scikit-learn
 
WSO2CON 2024 - Does Open Source Still Matter?
WSO2CON 2024 - Does Open Source Still Matter?WSO2CON 2024 - Does Open Source Still Matter?
WSO2CON 2024 - Does Open Source Still Matter?
 
Large-scale Logging Made Easy: Meetup at Deutsche Bank 2024
Large-scale Logging Made Easy: Meetup at Deutsche Bank 2024Large-scale Logging Made Easy: Meetup at Deutsche Bank 2024
Large-scale Logging Made Easy: Meetup at Deutsche Bank 2024
 
WSO2CON 2024 - Cloud Native Middleware: Domain-Driven Design, Cell-Based Arch...
WSO2CON 2024 - Cloud Native Middleware: Domain-Driven Design, Cell-Based Arch...WSO2CON 2024 - Cloud Native Middleware: Domain-Driven Design, Cell-Based Arch...
WSO2CON 2024 - Cloud Native Middleware: Domain-Driven Design, Cell-Based Arch...
 
Microsoft AI Transformation Partner Playbook.pdf
Microsoft AI Transformation Partner Playbook.pdfMicrosoft AI Transformation Partner Playbook.pdf
Microsoft AI Transformation Partner Playbook.pdf
 
W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...
W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...
W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...
 
Right Money Management App For Your Financial Goals
Right Money Management App For Your Financial GoalsRight Money Management App For Your Financial Goals
Right Money Management App For Your Financial Goals
 
%+27788225528 love spells in Atlanta Psychic Readings, Attraction spells,Brin...
%+27788225528 love spells in Atlanta Psychic Readings, Attraction spells,Brin...%+27788225528 love spells in Atlanta Psychic Readings, Attraction spells,Brin...
%+27788225528 love spells in Atlanta Psychic Readings, Attraction spells,Brin...
 
Introducing Microsoft’s new Enterprise Work Management (EWM) Solution
Introducing Microsoft’s new Enterprise Work Management (EWM) SolutionIntroducing Microsoft’s new Enterprise Work Management (EWM) Solution
Introducing Microsoft’s new Enterprise Work Management (EWM) Solution
 
WSO2Con2024 - From Code To Cloud: Fast Track Your Cloud Native Journey with C...
WSO2Con2024 - From Code To Cloud: Fast Track Your Cloud Native Journey with C...WSO2Con2024 - From Code To Cloud: Fast Track Your Cloud Native Journey with C...
WSO2Con2024 - From Code To Cloud: Fast Track Your Cloud Native Journey with C...
 

Object oriented programming