SlideShare a Scribd company logo
Object Oriented TechnologiesTushar B KuteAssistant Professor in I.T.Sandip Institute of Technology & Research Centre, Nashik
Programming ParadigmsProcedure Oriented Object Oriented
3RReadabilityReusabilityReliability
Procedure Oriented ProgrammingProcedures / Functions are used to form a modular program.For example:CPascalCobol
Example: C Program#include<stdio.h>int main( ){. . . . . . }void display( ){. . . . . .}intaddme(int a, int b){. . . . . .}
Object Oriented TechniquesADTPolymorphismInheritance
Abstract Data TypeDenotes the essential characteristics of an object that distinguish it from all other kinds of things.ADT = data representation + its operationsInformation hidingEncapsulation
Abstract Data Typestate, implemented by attributesbehaviour, implemented by operationidentity
Abstract Data Typeclassobjectinstanceencapsulationmethodmessageprotocol
Abstract Data TypeClass A class is a blueprint for creating objects. It is like a data type in traditional language.Instance An instance is a particular element of a class. It is like a variable in traditional language.
Polymorphism Monomorphismevery values & variables is interpreted to be of one and only one type.Polymorphism some variables may have more than one type.
Polymorphism Bindingstatic or early bindingaddInt(x, y)addFloat(x, y)dynamic or lateadd(x, y)
Polymorphism universal polymorphism1. parametric    (ex) generic function2. inclusion    (ex) subtyping, inheritance mechanismad hoc. polymorphism1. overloading    (ex) +2. coercion           (ex)  3 + 4.5
Example:int add (int a, int b)float add (float a, int b)float add (float a, float b)int add (int a, int b, int c)float add (int a, float b, int c)
Inheritance vehiclelandvehiclewatervehicleairvehiclecartruckcanoesubmarinejetrocket18-wheelerpickup
Inheritance Kind-ofPart-of
Inheritance A room is a part of a house.A kitchen is a kind of room.A boat is a part of a fleet.A cruiser is a kind of a boat.A child is a part of a family.A son is a kind of a child.A word is a part of a sentence.A noun is a kind of a word.
Problem Solving using OOPBehaviour of a system (otherwise the state of the system) is exposed through the change of some characteristics.paint new colorProperty name : surface-colorProperty value ; greenProperty name : surface-colorProperty value ; redThe force  that change surface-color is PAINT action
Class Class Describes an object, description includes properties (attributes) and methods the object can performCD_Drive {boolean _latchStateboolean _contentStateopenLatch()closeLatch()	insert()	eject()}ObjectEach object consume its own space (Identity)Description about CD-Driver
Abstraction Class wraps necessary details of the object and  expose few through interfaceInterface or method is communication point.Interface or method can be invoked on an object.CD_DrivelgCD_Drivesegatelg.openLatch();
Object Oriented LanguagesObjects are supported.Objects are organized into classes.Classes are organized into hierarchies using inheritance.An object communicates by sending messages to invoke the operations of other objectsObjects of varying types respond to the same message differently using polymorphism.
Object Oriented Programming Languages First object-oriented language, Simula at 1967.Proved by Smalltalk at 1976. C++, Effiel, Common Lisp, Object-Pascal, ... appeared at late 1970s. Object-oriented programming environments matured at 1980s. User interface (1980s) : WIMP, Dynabook, Apple Lisa and Macintosh, Window systems..
Object Oriented Programming Languages Java appeared at 1995C# by Microsoft at 2001
Object Oriented LanguagesAdaCLUC++Modula-2Objective-CSmalltalkCLOS (Lisp)Java C#
Object Oriented LanguagesC++AT&Tdesigned by BjarneStroustrupANSI-C compatibleOOP
Object Oriented LanguagesJAVADesigned at SUNby James Gosling and teamC/C++syntax compatibleTrue OOPByteCodeJVM
Industrial Importance of OOTJava J2SEJ2EEJ2MEMicrosoft Visual Studio.netPHP
Market Share in I.T.62 percent technologies are based on Java22 percent are on .net16 percent are on others…
Thank Youtbkute@gmail.com

More Related Content

What's hot (20)

PDF
Python programming : Arrays
Emertxe Information Technologies Pvt Ltd
 
PPTX
CLR AND LALR PARSER
Akila Krishnamoorthy
 
PPTX
Data Types - Premetive and Non Premetive
Raj Naik
 
PPTX
JAVA FEATURES
shalinikarunakaran1
 
PPTX
Pumping lemma for regular set h1
Rajendran
 
PDF
3b. LMD & RMD.pdf
TANZINTANZINA
 
PPT
Case study windows
Padam Banthia
 
PPTX
process control block
Vikas SHRIVASTAVA
 
PPT
Architecture of .net framework
Then Murugeshwari
 
PPTX
object oriented Programming ppt
Nitesh Dubey
 
PDF
File and directories in python
Lifna C.S
 
PDF
Threads concept in java
Muthukumaran Subramanian
 
PPTX
Multi threaded programming
AnyapuPranav
 
PPTX
Multithreading in java
Monika Mishra
 
PPTX
Assemblers
Dattatray Gandhmal
 
PPT
Java features
myrajendra
 
PPTX
Algorithm and pseudocode conventions
saranyatdr
 
PPT
Java buzzwords
ramesh517
 
PPTX
JAVA ENVIRONMENT
josemachoco
 
PPTX
Datapath Design of Computer Architecture
Abu Zaman
 
Python programming : Arrays
Emertxe Information Technologies Pvt Ltd
 
CLR AND LALR PARSER
Akila Krishnamoorthy
 
Data Types - Premetive and Non Premetive
Raj Naik
 
JAVA FEATURES
shalinikarunakaran1
 
Pumping lemma for regular set h1
Rajendran
 
3b. LMD & RMD.pdf
TANZINTANZINA
 
Case study windows
Padam Banthia
 
process control block
Vikas SHRIVASTAVA
 
Architecture of .net framework
Then Murugeshwari
 
object oriented Programming ppt
Nitesh Dubey
 
File and directories in python
Lifna C.S
 
Threads concept in java
Muthukumaran Subramanian
 
Multi threaded programming
AnyapuPranav
 
Multithreading in java
Monika Mishra
 
Assemblers
Dattatray Gandhmal
 
Java features
myrajendra
 
Algorithm and pseudocode conventions
saranyatdr
 
Java buzzwords
ramesh517
 
JAVA ENVIRONMENT
josemachoco
 
Datapath Design of Computer Architecture
Abu Zaman
 

Viewers also liked (20)

PPT
Object Oriented Technologies
Umesh Nikam
 
KEY
Object oriented techniques
LearnNowOnline
 
PPT
Oops ppt
abhayjuneja
 
PDF
Object oriented software engineering concepts
Komal Singh
 
PPT
Oop lec 2(introduction to object oriented technology)
Asfand Hassan
 
PPT
Data Flow Modeling
Padmanaban Kalyanaraman
 
PPT
Communication ppt.
Tapish Pandey
 
PPTX
COM2304: Introduction to Computer Vision & Image Processing
Hemantha Kulathilake
 
PPT
Oops Concepts
guest1aac43
 
DOCX
Ieee format template1
Ratneshwar Kumar
 
PPT
Open source technology
aparnaz1
 
PPT
Module 3 Object Oriented Data Models Object Oriented notations
Taher Barodawala
 
PPTX
Electronic and mobile banking
Bilal Malick
 
PPTX
Desktop publishing (power point)
kuromi12
 
PPTX
Office Automation & System
currencycountingmachine
 
PPTX
OPEN SOURCE SEMINAR PRESENTATION
Ritwick Halder
 
DOC
Ieee paper format
Sameer Hudli
 
PPTX
Ooad unit – 1 introduction
Babeetha Muruganantham
 
PPTX
Bpr examples from indian corporate world
RiTu Karn
 
PPTX
Trends in communication technology
Vishal Langthasa
 
Object Oriented Technologies
Umesh Nikam
 
Object oriented techniques
LearnNowOnline
 
Oops ppt
abhayjuneja
 
Object oriented software engineering concepts
Komal Singh
 
Oop lec 2(introduction to object oriented technology)
Asfand Hassan
 
Data Flow Modeling
Padmanaban Kalyanaraman
 
Communication ppt.
Tapish Pandey
 
COM2304: Introduction to Computer Vision & Image Processing
Hemantha Kulathilake
 
Oops Concepts
guest1aac43
 
Ieee format template1
Ratneshwar Kumar
 
Open source technology
aparnaz1
 
Module 3 Object Oriented Data Models Object Oriented notations
Taher Barodawala
 
Electronic and mobile banking
Bilal Malick
 
Desktop publishing (power point)
kuromi12
 
Office Automation & System
currencycountingmachine
 
OPEN SOURCE SEMINAR PRESENTATION
Ritwick Halder
 
Ieee paper format
Sameer Hudli
 
Ooad unit – 1 introduction
Babeetha Muruganantham
 
Bpr examples from indian corporate world
RiTu Karn
 
Trends in communication technology
Vishal Langthasa
 
Ad

Similar to Object Oriented Technologies (20)

PPT
Object Oriented Language
dheva B
 
PPT
Unit 1- Basic concept of object-oriented-programming.ppt
hannahroseline2
 
PDF
UNIT1- OBJECT ORIENTED PROGRAMMING IN JAVA- AIML IT-SPPU
ApurvaLaddha
 
PPT
Object Oriented Programming Concepts
thinkphp
 
PPT
Oop by edgar lagman jr
Jun-jun Lagman
 
PDF
Oops concepts
ACCESS Health Digital
 
PPTX
General oop concept
Avneesh Yadav
 
DOCX
Ooad notes
NancyJP
 
PDF
Java pdf
Vinod Panchatcharam
 
PDF
M.c.a. (sem iv)- java programming
Praveen Chowdary
 
PPTX
Java Programming - UNIT - 1, Basics OOPS, Differences
PradeepT42
 
PPTX
Introduction to Object Oriented Programming
Moutaz Haddara
 
PPTX
object oriented programming in c++ introduction lecture 1.pptx
amna hussain
 
PDF
Introduction to object oriented programming
Abzetdin Adamov
 
PPT
Share Unit 1- Basic concept of object-oriented-programming.ppt
hannahrroselin95
 
DOCX
OBJECT ORIENTED PROGRAMMING.docx
AleKi2
 
PPT
Basics of object oriented programming interview tips for Java
Martin A
 
PPTX
Introduction to oop with c++
Shruti Patel
 
PDF
Classes are blueprints for creating objects
SSSs599507
 
PPTX
Oop.pptx
KalGetachew2
 
Object Oriented Language
dheva B
 
Unit 1- Basic concept of object-oriented-programming.ppt
hannahroseline2
 
UNIT1- OBJECT ORIENTED PROGRAMMING IN JAVA- AIML IT-SPPU
ApurvaLaddha
 
Object Oriented Programming Concepts
thinkphp
 
Oop by edgar lagman jr
Jun-jun Lagman
 
Oops concepts
ACCESS Health Digital
 
General oop concept
Avneesh Yadav
 
Ooad notes
NancyJP
 
M.c.a. (sem iv)- java programming
Praveen Chowdary
 
Java Programming - UNIT - 1, Basics OOPS, Differences
PradeepT42
 
Introduction to Object Oriented Programming
Moutaz Haddara
 
object oriented programming in c++ introduction lecture 1.pptx
amna hussain
 
Introduction to object oriented programming
Abzetdin Adamov
 
Share Unit 1- Basic concept of object-oriented-programming.ppt
hannahrroselin95
 
OBJECT ORIENTED PROGRAMMING.docx
AleKi2
 
Basics of object oriented programming interview tips for Java
Martin A
 
Introduction to oop with c++
Shruti Patel
 
Classes are blueprints for creating objects
SSSs599507
 
Oop.pptx
KalGetachew2
 
Ad

More from Tushar B Kute (20)

PDF
ॲलन ट्युरिंग: कृत्रिम बुद्धिमत्तेचा अग्रदूत - लेखक: तुषार भ. कुटे.pdf
Tushar B Kute
 
PDF
Apache Pig: A big data processor
Tushar B Kute
 
PDF
01 Introduction to Android
Tushar B Kute
 
PDF
Ubuntu OS and it's Flavours
Tushar B Kute
 
PDF
Install Drupal in Ubuntu by Tushar B. Kute
Tushar B Kute
 
PDF
Install Wordpress in Ubuntu Linux by Tushar B. Kute
Tushar B Kute
 
PDF
Share File easily between computers using sftp
Tushar B Kute
 
PDF
Signal Handling in Linux
Tushar B Kute
 
PDF
Implementation of FIFO in Linux
Tushar B Kute
 
PDF
Implementation of Pipe in Linux
Tushar B Kute
 
PDF
Basic Multithreading using Posix Threads
Tushar B Kute
 
PDF
Part 04 Creating a System Call in Linux
Tushar B Kute
 
PDF
Part 03 File System Implementation in Linux
Tushar B Kute
 
PDF
Part 02 Linux Kernel Module Programming
Tushar B Kute
 
PDF
Part 01 Linux Kernel Compilation (Ubuntu)
Tushar B Kute
 
PDF
Open source applications softwares
Tushar B Kute
 
PDF
Introduction to Ubuntu Edge Operating System (Ubuntu Touch)
Tushar B Kute
 
PDF
Unit 6 Operating System TEIT Savitribai Phule Pune University by Tushar B Kute
Tushar B Kute
 
PDF
Technical blog by Engineering Students of Sandip Foundation, itsitrc
Tushar B Kute
 
PDF
Chapter 01 Introduction to Java by Tushar B Kute
Tushar B Kute
 
ॲलन ट्युरिंग: कृत्रिम बुद्धिमत्तेचा अग्रदूत - लेखक: तुषार भ. कुटे.pdf
Tushar B Kute
 
Apache Pig: A big data processor
Tushar B Kute
 
01 Introduction to Android
Tushar B Kute
 
Ubuntu OS and it's Flavours
Tushar B Kute
 
Install Drupal in Ubuntu by Tushar B. Kute
Tushar B Kute
 
Install Wordpress in Ubuntu Linux by Tushar B. Kute
Tushar B Kute
 
Share File easily between computers using sftp
Tushar B Kute
 
Signal Handling in Linux
Tushar B Kute
 
Implementation of FIFO in Linux
Tushar B Kute
 
Implementation of Pipe in Linux
Tushar B Kute
 
Basic Multithreading using Posix Threads
Tushar B Kute
 
Part 04 Creating a System Call in Linux
Tushar B Kute
 
Part 03 File System Implementation in Linux
Tushar B Kute
 
Part 02 Linux Kernel Module Programming
Tushar B Kute
 
Part 01 Linux Kernel Compilation (Ubuntu)
Tushar B Kute
 
Open source applications softwares
Tushar B Kute
 
Introduction to Ubuntu Edge Operating System (Ubuntu Touch)
Tushar B Kute
 
Unit 6 Operating System TEIT Savitribai Phule Pune University by Tushar B Kute
Tushar B Kute
 
Technical blog by Engineering Students of Sandip Foundation, itsitrc
Tushar B Kute
 
Chapter 01 Introduction to Java by Tushar B Kute
Tushar B Kute
 

Recently uploaded (20)

PPTX
Cultivation practice of Litchi in Nepal.pptx
UmeshTimilsina1
 
PDF
Generative AI: it's STILL not a robot (CIJ Summer 2025)
Paul Bradshaw
 
PDF
Chapter-V-DED-Entrepreneurship: Institutions Facilitating Entrepreneurship
Dayanand Huded
 
PDF
The-Ever-Evolving-World-of-Science (1).pdf/7TH CLASS CURIOSITY /1ST CHAPTER/B...
Sandeep Swamy
 
PDF
Biological Bilingual Glossary Hindi and English Medium
World of Wisdom
 
PDF
The Constitution Review Committee (CRC) has released an updated schedule for ...
nservice241
 
PPTX
A PPT on Alfred Lord Tennyson's Ulysses.
Beena E S
 
PDF
The Different Types of Non-Experimental Research
Thelma Villaflores
 
PPTX
2025 Winter SWAYAM NPTEL & A Student.pptx
Utsav Yagnik
 
PDF
DIGESTION OF CARBOHYDRATES,PROTEINS,LIPIDS
raviralanaresh2
 
PPTX
How to Set Maximum Difference Odoo 18 POS
Celine George
 
PPT
Talk on Critical Theory, Part II, Philosophy of Social Sciences
Soraj Hongladarom
 
PPTX
STAFF DEVELOPMENT AND WELFARE: MANAGEMENT
PRADEEP ABOTHU
 
PPTX
Growth and development and milestones, factors
BHUVANESHWARI BADIGER
 
PDF
BÀI TẬP BỔ TRỢ TIẾNG ANH 8 - GLOBAL SUCCESS - CẢ NĂM - NĂM 2024 (VOCABULARY, ...
Nguyen Thanh Tu Collection
 
PPTX
I AM MALALA The Girl Who Stood Up for Education and was Shot by the Taliban...
Beena E S
 
PDF
Exploring the Different Types of Experimental Research
Thelma Villaflores
 
PDF
Knee Extensor Mechanism Injuries - Orthopedic Radiologic Imaging
Sean M. Fox
 
PPTX
MENINGITIS: NURSING MANAGEMENT, BACTERIAL MENINGITIS, VIRAL MENINGITIS.pptx
PRADEEP ABOTHU
 
PDF
Women's Health: Essential Tips for Every Stage.pdf
Iftikhar Ahmed
 
Cultivation practice of Litchi in Nepal.pptx
UmeshTimilsina1
 
Generative AI: it's STILL not a robot (CIJ Summer 2025)
Paul Bradshaw
 
Chapter-V-DED-Entrepreneurship: Institutions Facilitating Entrepreneurship
Dayanand Huded
 
The-Ever-Evolving-World-of-Science (1).pdf/7TH CLASS CURIOSITY /1ST CHAPTER/B...
Sandeep Swamy
 
Biological Bilingual Glossary Hindi and English Medium
World of Wisdom
 
The Constitution Review Committee (CRC) has released an updated schedule for ...
nservice241
 
A PPT on Alfred Lord Tennyson's Ulysses.
Beena E S
 
The Different Types of Non-Experimental Research
Thelma Villaflores
 
2025 Winter SWAYAM NPTEL & A Student.pptx
Utsav Yagnik
 
DIGESTION OF CARBOHYDRATES,PROTEINS,LIPIDS
raviralanaresh2
 
How to Set Maximum Difference Odoo 18 POS
Celine George
 
Talk on Critical Theory, Part II, Philosophy of Social Sciences
Soraj Hongladarom
 
STAFF DEVELOPMENT AND WELFARE: MANAGEMENT
PRADEEP ABOTHU
 
Growth and development and milestones, factors
BHUVANESHWARI BADIGER
 
BÀI TẬP BỔ TRỢ TIẾNG ANH 8 - GLOBAL SUCCESS - CẢ NĂM - NĂM 2024 (VOCABULARY, ...
Nguyen Thanh Tu Collection
 
I AM MALALA The Girl Who Stood Up for Education and was Shot by the Taliban...
Beena E S
 
Exploring the Different Types of Experimental Research
Thelma Villaflores
 
Knee Extensor Mechanism Injuries - Orthopedic Radiologic Imaging
Sean M. Fox
 
MENINGITIS: NURSING MANAGEMENT, BACTERIAL MENINGITIS, VIRAL MENINGITIS.pptx
PRADEEP ABOTHU
 
Women's Health: Essential Tips for Every Stage.pdf
Iftikhar Ahmed
 

Object Oriented Technologies