SlideShare a Scribd company logo
1 of 18
Download to read offline
Object Oriented
Programming
“Programs must be written for people to read, and only incidentally for
machines to execute.”
- Harold Abelson
History and Origin
Best way to Predict the future is to Invent it.
- Alan Kay (Father of OOP’s)
History of OOP’s
First Introduced by Programmers at MIT
AI Lab in 1960’s.
Simula67 was first programming
language to carry OOP features.
First used to solve problems of Discrete
event Simulation Problems.
OOP’s made first appearance in 1970’s
with Smalltalk Programming Language
Developed by Alan Kay at Xerox.
It had Major features like
Object,Classes,Procedures etc..
Initially designed for academic research
but now plays a major role in Industry.
Features of
OOP’s.
Computers are Good at
following instructions but
bad at reading your mind
- Donald Knuth
OOP Features..
Every Program can be divided into classes and
objects.
Objects are ‘Instance’ or a ‘copy’ of the ‘Blueprint’
class.
Classes contain Data and Functions or Procedures
that manipulate Data.
Concept of OOP ‘Bind’ Both Data and Function
into single unit.
Efficient ‘Data Binding’ using Classes ,Objects
and Subroutines.
Strong Data Security using ‘Encapsulation’
techniques.
Code reusability using ‘Inheritance’.
Efficient Communication using ‘Message
Passing.’
Code reduction and templating using
‘Polymorphism’.
Fast and efficient.
Very Powerful Programming Practices compared
to POP ( Procedural oriented Programming) and
FP ( functional programming).
Programmer Friendly ‘Abstraction’ for easy and
Rapid Application Development.
Object’s and Classes Reduced Complexity of code
very significantly.
Highly efficient Modularity.
Advantages
and Use Cases
Measuring programming
progress by lines of code is
like measuring aircraft
building progress by weight.
- Bill Gates
Advantages…
OOP’s is Supported by over 100 Programming
Languages.
Java is the one of the modern and Best examples
of OOP’s.
Other Languages like C++, C# , Python, Visual
Basic Support OOP’s.
There is no perfect OOP’s language although Java
comes close to perfection .
Complex and Large applications can be
Built using OOP’s model.
Well tested and Implemented through
decades of Development.
Good Practices and Design Patterns
available for use.
Models Real world entities well.
Enables fast application development.
Used in various fields.
Was used to Develop Graphical User
Interface for Windows OS.
Object Oriented Databases and
Distributed Systems.
Used heavily in Games and AI Systems.
Bottlenecks
and
Drawbacks
The problem with object-oriented
languages is they’ve got all this
implicit environment that they
carry around with them. You
wanted a banana but what you
got was a gorilla holding the
banana and the entire jungle.
- Joe Armstrong
Bottlenecks and
Drawbacks….
Packs too many features that might not
always be required.
Requires the model of thinking of the
Programmer in tune with the OOP’s Concepts.
Garbage Collection and Memory
management becomes a headache if not
included in the language. Ex : C++
XKCD Says it better….
Hard to find answers sometimes….
Last But not the least,
VB OOP’s features….
Object Oriented features since Visual Basic 4.
User defined data types and their processing with
BAS modules.
All the basic OOP’s features including
Objects,Classes,Constructors and Destructors and
System Objects.
Strong Inheritance features in VB.NET
More VB features : https://msdn.microsoft.com/en-
us/library/aa289512(v=vs.71).aspx
Credits :
Wikipedia
Google Images
XKCD
computerhistory.org
Thank You!
Presentation by Gajesh Bhat

More Related Content

What's hot

CPU Scheduling in OS Presentation
CPU Scheduling in OS  PresentationCPU Scheduling in OS  Presentation
CPU Scheduling in OS Presentationusmankiyani1
 
Introduction to oops concepts
Introduction to oops conceptsIntroduction to oops concepts
Introduction to oops conceptsNilesh Dalvi
 
Lecture 5 - Structured Programming Language
Lecture 5 - Structured Programming Language Lecture 5 - Structured Programming Language
Lecture 5 - Structured Programming Language Md. Imran Hossain Showrov
 
Peterson Critical Section Problem Solution
Peterson Critical Section Problem SolutionPeterson Critical Section Problem Solution
Peterson Critical Section Problem SolutionBipul Chandra Kar
 
RECURSION IN C
RECURSION IN C RECURSION IN C
RECURSION IN C v_jk
 
Issues in the design of Code Generator
Issues in the design of Code GeneratorIssues in the design of Code Generator
Issues in the design of Code GeneratorDarshan sai Reddy
 
Dynamic Programming Code-Optimization Algorithm (Compiler Design)
Dynamic Programming Code-Optimization Algorithm (Compiler Design)Dynamic Programming Code-Optimization Algorithm (Compiler Design)
Dynamic Programming Code-Optimization Algorithm (Compiler Design)Dhrumil Panchal
 
Lecture 1 introduction to parallel and distributed computing
Lecture 1   introduction to parallel and distributed computingLecture 1   introduction to parallel and distributed computing
Lecture 1 introduction to parallel and distributed computingVajira Thambawita
 
Evaluation of postfix expression
Evaluation of postfix expressionEvaluation of postfix expression
Evaluation of postfix expressionAkhil Ahuja
 
Procedural vs. object oriented programming
Procedural vs. object oriented programmingProcedural vs. object oriented programming
Procedural vs. object oriented programmingHaris Bin Zahid
 
Multithreading models.ppt
Multithreading models.pptMultithreading models.ppt
Multithreading models.pptLuis Goldster
 
Inline function
Inline functionInline function
Inline functionTech_MX
 

What's hot (20)

CPU Scheduling in OS Presentation
CPU Scheduling in OS  PresentationCPU Scheduling in OS  Presentation
CPU Scheduling in OS Presentation
 
Introduction to oops concepts
Introduction to oops conceptsIntroduction to oops concepts
Introduction to oops concepts
 
Lecture 5 - Structured Programming Language
Lecture 5 - Structured Programming Language Lecture 5 - Structured Programming Language
Lecture 5 - Structured Programming Language
 
Compilers
CompilersCompilers
Compilers
 
Peterson Critical Section Problem Solution
Peterson Critical Section Problem SolutionPeterson Critical Section Problem Solution
Peterson Critical Section Problem Solution
 
RECURSION IN C
RECURSION IN C RECURSION IN C
RECURSION IN C
 
Input-Buffering
Input-BufferingInput-Buffering
Input-Buffering
 
Assemblers
AssemblersAssemblers
Assemblers
 
System programming
System programmingSystem programming
System programming
 
Issues in the design of Code Generator
Issues in the design of Code GeneratorIssues in the design of Code Generator
Issues in the design of Code Generator
 
Basic concept of OOP's
Basic concept of OOP'sBasic concept of OOP's
Basic concept of OOP's
 
Dynamic Programming Code-Optimization Algorithm (Compiler Design)
Dynamic Programming Code-Optimization Algorithm (Compiler Design)Dynamic Programming Code-Optimization Algorithm (Compiler Design)
Dynamic Programming Code-Optimization Algorithm (Compiler Design)
 
Lecture 1 introduction to parallel and distributed computing
Lecture 1   introduction to parallel and distributed computingLecture 1   introduction to parallel and distributed computing
Lecture 1 introduction to parallel and distributed computing
 
Evaluation of postfix expression
Evaluation of postfix expressionEvaluation of postfix expression
Evaluation of postfix expression
 
Procedural vs. object oriented programming
Procedural vs. object oriented programmingProcedural vs. object oriented programming
Procedural vs. object oriented programming
 
Multithreading models.ppt
Multithreading models.pptMultithreading models.ppt
Multithreading models.ppt
 
Procedural programming
Procedural programmingProcedural programming
Procedural programming
 
Inline function
Inline functionInline function
Inline function
 
Single Pass Assembler
Single Pass AssemblerSingle Pass Assembler
Single Pass Assembler
 
Applets in java
Applets in javaApplets in java
Applets in java
 

Viewers also liked

3Com 3C63502A-NC
3Com 3C63502A-NC3Com 3C63502A-NC
3Com 3C63502A-NCsavomir
 
Manual evaluación educación primaria
Manual evaluación educación primaria Manual evaluación educación primaria
Manual evaluación educación primaria Luz Alonzo
 
Importancia de la epistemología en la educación
Importancia de la epistemología en la educaciónImportancia de la epistemología en la educación
Importancia de la epistemología en la educaciónASUNCION CORDOVA CORDOVA
 
Life after University; what does the landscape look like for Black and Minori...
Life after University; what does the landscape look like for Black and Minori...Life after University; what does the landscape look like for Black and Minori...
Life after University; what does the landscape look like for Black and Minori...Judith Baines
 
La aventura de emprender
La aventura de emprenderLa aventura de emprender
La aventura de emprenderSalonMiEmpresa
 
Копії договорів «Укрсічсервіс»
Копії договорів «Укрсічсервіс»Копії договорів «Укрсічсервіс»
Копії договорів «Укрсічсервіс»Сергей Пивоваров
 
Erysipelas : causes, symptoms, diagnosis, prevention and treatments
Erysipelas : causes, symptoms, diagnosis, prevention and treatmentsErysipelas : causes, symptoms, diagnosis, prevention and treatments
Erysipelas : causes, symptoms, diagnosis, prevention and treatmentsLazoi Lifecare Private Limited
 
What should dolly raheja do
What should dolly raheja doWhat should dolly raheja do
What should dolly raheja doanswersheet
 

Viewers also liked (13)

Actividad 2 de israel
Actividad 2 de israelActividad 2 de israel
Actividad 2 de israel
 
3Com 3C63502A-NC
3Com 3C63502A-NC3Com 3C63502A-NC
3Com 3C63502A-NC
 
Manual evaluación educación primaria
Manual evaluación educación primaria Manual evaluación educación primaria
Manual evaluación educación primaria
 
Importancia de la epistemología en la educación
Importancia de la epistemología en la educaciónImportancia de la epistemología en la educación
Importancia de la epistemología en la educación
 
Question 1
Question 1Question 1
Question 1
 
Puddling
PuddlingPuddling
Puddling
 
Life after University; what does the landscape look like for Black and Minori...
Life after University; what does the landscape look like for Black and Minori...Life after University; what does the landscape look like for Black and Minori...
Life after University; what does the landscape look like for Black and Minori...
 
La aventura de emprender
La aventura de emprenderLa aventura de emprender
La aventura de emprender
 
Копії договорів «Укрсічсервіс»
Копії договорів «Укрсічсервіс»Копії договорів «Укрсічсервіс»
Копії договорів «Укрсічсервіс»
 
Erysipelas : causes, symptoms, diagnosis, prevention and treatments
Erysipelas : causes, symptoms, diagnosis, prevention and treatmentsErysipelas : causes, symptoms, diagnosis, prevention and treatments
Erysipelas : causes, symptoms, diagnosis, prevention and treatments
 
Actividad 8 de israel tello
Actividad 8 de israel telloActividad 8 de israel tello
Actividad 8 de israel tello
 
RAFLL WAPL session 3
RAFLL WAPL session 3RAFLL WAPL session 3
RAFLL WAPL session 3
 
What should dolly raheja do
What should dolly raheja doWhat should dolly raheja do
What should dolly raheja do
 

Similar to Object Oriented Programming : A Brief History and its significance

Evolution Of Object Oriented Technology
Evolution Of Object Oriented TechnologyEvolution Of Object Oriented Technology
Evolution Of Object Oriented TechnologySharon Roberts
 
A Strong Object Recognition Using Lbp, Ltp And Rlbp
A Strong Object Recognition Using Lbp, Ltp And RlbpA Strong Object Recognition Using Lbp, Ltp And Rlbp
A Strong Object Recognition Using Lbp, Ltp And RlbpRikki Wright
 
Programming languages for ai
Programming languages for aiProgramming languages for ai
Programming languages for aiDucat
 
Computer Science Is The Study Of Principals And How The...
Computer Science Is The Study Of Principals And How The...Computer Science Is The Study Of Principals And How The...
Computer Science Is The Study Of Principals And How The...Laura Martin
 
object oriented programming(syed munib ali 11b-023-bs)
object oriented programming(syed munib ali 11b-023-bs)object oriented programming(syed munib ali 11b-023-bs)
object oriented programming(syed munib ali 11b-023-bs)munibali55
 
Unit 4 Assignment 1 Comparative Study Of Programming...
Unit 4 Assignment 1 Comparative Study Of Programming...Unit 4 Assignment 1 Comparative Study Of Programming...
Unit 4 Assignment 1 Comparative Study Of Programming...Carmen Sanborn
 
OBJECT ORIENTED PROGRAMMING.docx
OBJECT ORIENTED PROGRAMMING.docxOBJECT ORIENTED PROGRAMMING.docx
OBJECT ORIENTED PROGRAMMING.docxAleKi2
 
Java As A Programming Language
Java As A Programming LanguageJava As A Programming Language
Java As A Programming LanguageJennifer Wright
 
Cs8392 u1-1-oop intro
Cs8392 u1-1-oop introCs8392 u1-1-oop intro
Cs8392 u1-1-oop introRajasekaran S
 
Sulthan's_JAVA_Material_for_B.Sc-CS.pdf
Sulthan's_JAVA_Material_for_B.Sc-CS.pdfSulthan's_JAVA_Material_for_B.Sc-CS.pdf
Sulthan's_JAVA_Material_for_B.Sc-CS.pdfSULTHAN BASHA
 
Are High Level Programming Languages for Multicore and Safety Critical Conver...
Are High Level Programming Languages for Multicore and Safety Critical Conver...Are High Level Programming Languages for Multicore and Safety Critical Conver...
Are High Level Programming Languages for Multicore and Safety Critical Conver...InfinIT - Innovationsnetværket for it
 

Similar to Object Oriented Programming : A Brief History and its significance (20)

OOP Java
OOP JavaOOP Java
OOP Java
 
Evolution Of Object Oriented Technology
Evolution Of Object Oriented TechnologyEvolution Of Object Oriented Technology
Evolution Of Object Oriented Technology
 
A Strong Object Recognition Using Lbp, Ltp And Rlbp
A Strong Object Recognition Using Lbp, Ltp And RlbpA Strong Object Recognition Using Lbp, Ltp And Rlbp
A Strong Object Recognition Using Lbp, Ltp And Rlbp
 
130704798265658191
130704798265658191130704798265658191
130704798265658191
 
Programming languages for ai
Programming languages for aiProgramming languages for ai
Programming languages for ai
 
Computer Science Is The Study Of Principals And How The...
Computer Science Is The Study Of Principals And How The...Computer Science Is The Study Of Principals And How The...
Computer Science Is The Study Of Principals And How The...
 
object oriented programming(syed munib ali 11b-023-bs)
object oriented programming(syed munib ali 11b-023-bs)object oriented programming(syed munib ali 11b-023-bs)
object oriented programming(syed munib ali 11b-023-bs)
 
Unit 4 Assignment 1 Comparative Study Of Programming...
Unit 4 Assignment 1 Comparative Study Of Programming...Unit 4 Assignment 1 Comparative Study Of Programming...
Unit 4 Assignment 1 Comparative Study Of Programming...
 
OBJECT ORIENTED PROGRAMMING.docx
OBJECT ORIENTED PROGRAMMING.docxOBJECT ORIENTED PROGRAMMING.docx
OBJECT ORIENTED PROGRAMMING.docx
 
Unit 1
Unit 1Unit 1
Unit 1
 
JAVA
JAVAJAVA
JAVA
 
Threads presentation
Threads presentationThreads presentation
Threads presentation
 
Java As A Programming Language
Java As A Programming LanguageJava As A Programming Language
Java As A Programming Language
 
Cs8392 u1-1-oop intro
Cs8392 u1-1-oop introCs8392 u1-1-oop intro
Cs8392 u1-1-oop intro
 
Java
JavaJava
Java
 
Sulthan's_JAVA_Material_for_B.Sc-CS.pdf
Sulthan's_JAVA_Material_for_B.Sc-CS.pdfSulthan's_JAVA_Material_for_B.Sc-CS.pdf
Sulthan's_JAVA_Material_for_B.Sc-CS.pdf
 
Are High Level Programming Languages for Multicore and Safety Critical Conver...
Are High Level Programming Languages for Multicore and Safety Critical Conver...Are High Level Programming Languages for Multicore and Safety Critical Conver...
Are High Level Programming Languages for Multicore and Safety Critical Conver...
 
Java seminar
Java seminarJava seminar
Java seminar
 
Shuzworld Analysis
Shuzworld AnalysisShuzworld Analysis
Shuzworld Analysis
 
java ppt.pdf
java ppt.pdfjava ppt.pdf
java ppt.pdf
 

Recently uploaded

Call Girls in Uttam Nagar Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Uttam Nagar Delhi 💯Call Us 🔝8264348440🔝Call Girls in Uttam Nagar Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Uttam Nagar Delhi 💯Call Us 🔝8264348440🔝soniya singh
 
Low Rate Call Girls Kolkata Avani 🤌 8250192130 🚀 Vip Call Girls Kolkata
Low Rate Call Girls Kolkata Avani 🤌  8250192130 🚀 Vip Call Girls KolkataLow Rate Call Girls Kolkata Avani 🤌  8250192130 🚀 Vip Call Girls Kolkata
Low Rate Call Girls Kolkata Avani 🤌 8250192130 🚀 Vip Call Girls Kolkataanamikaraghav4
 
Radiant Call girls in Dubai O56338O268 Dubai Call girls
Radiant Call girls in Dubai O56338O268 Dubai Call girlsRadiant Call girls in Dubai O56338O268 Dubai Call girls
Radiant Call girls in Dubai O56338O268 Dubai Call girlsstephieert
 
VIP Kolkata Call Girl Dum Dum 👉 8250192130 Available With Room
VIP Kolkata Call Girl Dum Dum 👉 8250192130  Available With RoomVIP Kolkata Call Girl Dum Dum 👉 8250192130  Available With Room
VIP Kolkata Call Girl Dum Dum 👉 8250192130 Available With Roomdivyansh0kumar0
 
Russian Call Girls in Kolkata Ishita 🤌 8250192130 🚀 Vip Call Girls Kolkata
Russian Call Girls in Kolkata Ishita 🤌  8250192130 🚀 Vip Call Girls KolkataRussian Call Girls in Kolkata Ishita 🤌  8250192130 🚀 Vip Call Girls Kolkata
Russian Call Girls in Kolkata Ishita 🤌 8250192130 🚀 Vip Call Girls Kolkataanamikaraghav4
 
Challengers I Told Ya ShirtChallengers I Told Ya Shirt
Challengers I Told Ya ShirtChallengers I Told Ya ShirtChallengers I Told Ya ShirtChallengers I Told Ya Shirt
Challengers I Told Ya ShirtChallengers I Told Ya Shirtrahman018755
 
Call Girls In Mumbai Central Mumbai ❤️ 9920874524 👈 Cash on Delivery
Call Girls In Mumbai Central Mumbai ❤️ 9920874524 👈 Cash on DeliveryCall Girls In Mumbai Central Mumbai ❤️ 9920874524 👈 Cash on Delivery
Call Girls In Mumbai Central Mumbai ❤️ 9920874524 👈 Cash on Deliverybabeytanya
 
VIP 7001035870 Find & Meet Hyderabad Call Girls Dilsukhnagar high-profile Cal...
VIP 7001035870 Find & Meet Hyderabad Call Girls Dilsukhnagar high-profile Cal...VIP 7001035870 Find & Meet Hyderabad Call Girls Dilsukhnagar high-profile Cal...
VIP 7001035870 Find & Meet Hyderabad Call Girls Dilsukhnagar high-profile Cal...aditipandeya
 
Russian Call girls in Dubai +971563133746 Dubai Call girls
Russian  Call girls in Dubai +971563133746 Dubai  Call girlsRussian  Call girls in Dubai +971563133746 Dubai  Call girls
Russian Call girls in Dubai +971563133746 Dubai Call girlsstephieert
 
AWS Community DAY Albertini-Ellan Cloud Security (1).pptx
AWS Community DAY Albertini-Ellan Cloud Security (1).pptxAWS Community DAY Albertini-Ellan Cloud Security (1).pptx
AWS Community DAY Albertini-Ellan Cloud Security (1).pptxellan12
 
Russian Call Girls in Kolkata Samaira 🤌 8250192130 🚀 Vip Call Girls Kolkata
Russian Call Girls in Kolkata Samaira 🤌  8250192130 🚀 Vip Call Girls KolkataRussian Call Girls in Kolkata Samaira 🤌  8250192130 🚀 Vip Call Girls Kolkata
Russian Call Girls in Kolkata Samaira 🤌 8250192130 🚀 Vip Call Girls Kolkataanamikaraghav4
 
'Future Evolution of the Internet' delivered by Geoff Huston at Everything Op...
'Future Evolution of the Internet' delivered by Geoff Huston at Everything Op...'Future Evolution of the Internet' delivered by Geoff Huston at Everything Op...
'Future Evolution of the Internet' delivered by Geoff Huston at Everything Op...APNIC
 
10.pdfMature Call girls in Dubai +971563133746 Dubai Call girls
10.pdfMature Call girls in Dubai +971563133746 Dubai Call girls10.pdfMature Call girls in Dubai +971563133746 Dubai Call girls
10.pdfMature Call girls in Dubai +971563133746 Dubai Call girlsstephieert
 
Russian Call Girls Thane Swara 8617697112 Independent Escort Service Thane
Russian Call Girls Thane Swara 8617697112 Independent Escort Service ThaneRussian Call Girls Thane Swara 8617697112 Independent Escort Service Thane
Russian Call Girls Thane Swara 8617697112 Independent Escort Service ThaneCall girls in Ahmedabad High profile
 
Networking in the Penumbra presented by Geoff Huston at NZNOG
Networking in the Penumbra presented by Geoff Huston at NZNOGNetworking in the Penumbra presented by Geoff Huston at NZNOG
Networking in the Penumbra presented by Geoff Huston at NZNOGAPNIC
 
Call Girls Service Chandigarh Lucky ❤️ 7710465962 Independent Call Girls In C...
Call Girls Service Chandigarh Lucky ❤️ 7710465962 Independent Call Girls In C...Call Girls Service Chandigarh Lucky ❤️ 7710465962 Independent Call Girls In C...
Call Girls Service Chandigarh Lucky ❤️ 7710465962 Independent Call Girls In C...Sheetaleventcompany
 
Hot Service (+9316020077 ) Goa Call Girls Real Photos and Genuine Service
Hot Service (+9316020077 ) Goa  Call Girls Real Photos and Genuine ServiceHot Service (+9316020077 ) Goa  Call Girls Real Photos and Genuine Service
Hot Service (+9316020077 ) Goa Call Girls Real Photos and Genuine Servicesexy call girls service in goa
 
Packaging the Monolith - PHP Tek 2024 (Breaking it down one bite at a time)
Packaging the Monolith - PHP Tek 2024 (Breaking it down one bite at a time)Packaging the Monolith - PHP Tek 2024 (Breaking it down one bite at a time)
Packaging the Monolith - PHP Tek 2024 (Breaking it down one bite at a time)Dana Luther
 
Chennai Call Girls Alwarpet Phone 🍆 8250192130 👅 celebrity escorts service
Chennai Call Girls Alwarpet Phone 🍆 8250192130 👅 celebrity escorts serviceChennai Call Girls Alwarpet Phone 🍆 8250192130 👅 celebrity escorts service
Chennai Call Girls Alwarpet Phone 🍆 8250192130 👅 celebrity escorts servicevipmodelshub1
 

Recently uploaded (20)

Call Girls in Uttam Nagar Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Uttam Nagar Delhi 💯Call Us 🔝8264348440🔝Call Girls in Uttam Nagar Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Uttam Nagar Delhi 💯Call Us 🔝8264348440🔝
 
Low Rate Call Girls Kolkata Avani 🤌 8250192130 🚀 Vip Call Girls Kolkata
Low Rate Call Girls Kolkata Avani 🤌  8250192130 🚀 Vip Call Girls KolkataLow Rate Call Girls Kolkata Avani 🤌  8250192130 🚀 Vip Call Girls Kolkata
Low Rate Call Girls Kolkata Avani 🤌 8250192130 🚀 Vip Call Girls Kolkata
 
Radiant Call girls in Dubai O56338O268 Dubai Call girls
Radiant Call girls in Dubai O56338O268 Dubai Call girlsRadiant Call girls in Dubai O56338O268 Dubai Call girls
Radiant Call girls in Dubai O56338O268 Dubai Call girls
 
VIP Kolkata Call Girl Dum Dum 👉 8250192130 Available With Room
VIP Kolkata Call Girl Dum Dum 👉 8250192130  Available With RoomVIP Kolkata Call Girl Dum Dum 👉 8250192130  Available With Room
VIP Kolkata Call Girl Dum Dum 👉 8250192130 Available With Room
 
Russian Call Girls in Kolkata Ishita 🤌 8250192130 🚀 Vip Call Girls Kolkata
Russian Call Girls in Kolkata Ishita 🤌  8250192130 🚀 Vip Call Girls KolkataRussian Call Girls in Kolkata Ishita 🤌  8250192130 🚀 Vip Call Girls Kolkata
Russian Call Girls in Kolkata Ishita 🤌 8250192130 🚀 Vip Call Girls Kolkata
 
Challengers I Told Ya ShirtChallengers I Told Ya Shirt
Challengers I Told Ya ShirtChallengers I Told Ya ShirtChallengers I Told Ya ShirtChallengers I Told Ya Shirt
Challengers I Told Ya ShirtChallengers I Told Ya Shirt
 
Rohini Sector 22 Call Girls Delhi 9999965857 @Sabina Saikh No Advance
Rohini Sector 22 Call Girls Delhi 9999965857 @Sabina Saikh No AdvanceRohini Sector 22 Call Girls Delhi 9999965857 @Sabina Saikh No Advance
Rohini Sector 22 Call Girls Delhi 9999965857 @Sabina Saikh No Advance
 
Call Girls In Mumbai Central Mumbai ❤️ 9920874524 👈 Cash on Delivery
Call Girls In Mumbai Central Mumbai ❤️ 9920874524 👈 Cash on DeliveryCall Girls In Mumbai Central Mumbai ❤️ 9920874524 👈 Cash on Delivery
Call Girls In Mumbai Central Mumbai ❤️ 9920874524 👈 Cash on Delivery
 
VIP 7001035870 Find & Meet Hyderabad Call Girls Dilsukhnagar high-profile Cal...
VIP 7001035870 Find & Meet Hyderabad Call Girls Dilsukhnagar high-profile Cal...VIP 7001035870 Find & Meet Hyderabad Call Girls Dilsukhnagar high-profile Cal...
VIP 7001035870 Find & Meet Hyderabad Call Girls Dilsukhnagar high-profile Cal...
 
Russian Call girls in Dubai +971563133746 Dubai Call girls
Russian  Call girls in Dubai +971563133746 Dubai  Call girlsRussian  Call girls in Dubai +971563133746 Dubai  Call girls
Russian Call girls in Dubai +971563133746 Dubai Call girls
 
AWS Community DAY Albertini-Ellan Cloud Security (1).pptx
AWS Community DAY Albertini-Ellan Cloud Security (1).pptxAWS Community DAY Albertini-Ellan Cloud Security (1).pptx
AWS Community DAY Albertini-Ellan Cloud Security (1).pptx
 
Russian Call Girls in Kolkata Samaira 🤌 8250192130 🚀 Vip Call Girls Kolkata
Russian Call Girls in Kolkata Samaira 🤌  8250192130 🚀 Vip Call Girls KolkataRussian Call Girls in Kolkata Samaira 🤌  8250192130 🚀 Vip Call Girls Kolkata
Russian Call Girls in Kolkata Samaira 🤌 8250192130 🚀 Vip Call Girls Kolkata
 
'Future Evolution of the Internet' delivered by Geoff Huston at Everything Op...
'Future Evolution of the Internet' delivered by Geoff Huston at Everything Op...'Future Evolution of the Internet' delivered by Geoff Huston at Everything Op...
'Future Evolution of the Internet' delivered by Geoff Huston at Everything Op...
 
10.pdfMature Call girls in Dubai +971563133746 Dubai Call girls
10.pdfMature Call girls in Dubai +971563133746 Dubai Call girls10.pdfMature Call girls in Dubai +971563133746 Dubai Call girls
10.pdfMature Call girls in Dubai +971563133746 Dubai Call girls
 
Russian Call Girls Thane Swara 8617697112 Independent Escort Service Thane
Russian Call Girls Thane Swara 8617697112 Independent Escort Service ThaneRussian Call Girls Thane Swara 8617697112 Independent Escort Service Thane
Russian Call Girls Thane Swara 8617697112 Independent Escort Service Thane
 
Networking in the Penumbra presented by Geoff Huston at NZNOG
Networking in the Penumbra presented by Geoff Huston at NZNOGNetworking in the Penumbra presented by Geoff Huston at NZNOG
Networking in the Penumbra presented by Geoff Huston at NZNOG
 
Call Girls Service Chandigarh Lucky ❤️ 7710465962 Independent Call Girls In C...
Call Girls Service Chandigarh Lucky ❤️ 7710465962 Independent Call Girls In C...Call Girls Service Chandigarh Lucky ❤️ 7710465962 Independent Call Girls In C...
Call Girls Service Chandigarh Lucky ❤️ 7710465962 Independent Call Girls In C...
 
Hot Service (+9316020077 ) Goa Call Girls Real Photos and Genuine Service
Hot Service (+9316020077 ) Goa  Call Girls Real Photos and Genuine ServiceHot Service (+9316020077 ) Goa  Call Girls Real Photos and Genuine Service
Hot Service (+9316020077 ) Goa Call Girls Real Photos and Genuine Service
 
Packaging the Monolith - PHP Tek 2024 (Breaking it down one bite at a time)
Packaging the Monolith - PHP Tek 2024 (Breaking it down one bite at a time)Packaging the Monolith - PHP Tek 2024 (Breaking it down one bite at a time)
Packaging the Monolith - PHP Tek 2024 (Breaking it down one bite at a time)
 
Chennai Call Girls Alwarpet Phone 🍆 8250192130 👅 celebrity escorts service
Chennai Call Girls Alwarpet Phone 🍆 8250192130 👅 celebrity escorts serviceChennai Call Girls Alwarpet Phone 🍆 8250192130 👅 celebrity escorts service
Chennai Call Girls Alwarpet Phone 🍆 8250192130 👅 celebrity escorts service
 

Object Oriented Programming : A Brief History and its significance

  • 1. Object Oriented Programming “Programs must be written for people to read, and only incidentally for machines to execute.” - Harold Abelson
  • 2. History and Origin Best way to Predict the future is to Invent it. - Alan Kay (Father of OOP’s)
  • 3. History of OOP’s First Introduced by Programmers at MIT AI Lab in 1960’s. Simula67 was first programming language to carry OOP features. First used to solve problems of Discrete event Simulation Problems.
  • 4. OOP’s made first appearance in 1970’s with Smalltalk Programming Language Developed by Alan Kay at Xerox. It had Major features like Object,Classes,Procedures etc.. Initially designed for academic research but now plays a major role in Industry.
  • 5. Features of OOP’s. Computers are Good at following instructions but bad at reading your mind - Donald Knuth
  • 6. OOP Features.. Every Program can be divided into classes and objects. Objects are ‘Instance’ or a ‘copy’ of the ‘Blueprint’ class. Classes contain Data and Functions or Procedures that manipulate Data. Concept of OOP ‘Bind’ Both Data and Function into single unit.
  • 7. Efficient ‘Data Binding’ using Classes ,Objects and Subroutines. Strong Data Security using ‘Encapsulation’ techniques. Code reusability using ‘Inheritance’. Efficient Communication using ‘Message Passing.’ Code reduction and templating using ‘Polymorphism’.
  • 8. Fast and efficient. Very Powerful Programming Practices compared to POP ( Procedural oriented Programming) and FP ( functional programming). Programmer Friendly ‘Abstraction’ for easy and Rapid Application Development. Object’s and Classes Reduced Complexity of code very significantly. Highly efficient Modularity.
  • 9. Advantages and Use Cases Measuring programming progress by lines of code is like measuring aircraft building progress by weight. - Bill Gates
  • 10. Advantages… OOP’s is Supported by over 100 Programming Languages. Java is the one of the modern and Best examples of OOP’s. Other Languages like C++, C# , Python, Visual Basic Support OOP’s. There is no perfect OOP’s language although Java comes close to perfection .
  • 11. Complex and Large applications can be Built using OOP’s model. Well tested and Implemented through decades of Development. Good Practices and Design Patterns available for use. Models Real world entities well. Enables fast application development.
  • 12. Used in various fields. Was used to Develop Graphical User Interface for Windows OS. Object Oriented Databases and Distributed Systems. Used heavily in Games and AI Systems.
  • 13. Bottlenecks and Drawbacks The problem with object-oriented languages is they’ve got all this implicit environment that they carry around with them. You wanted a banana but what you got was a gorilla holding the banana and the entire jungle. - Joe Armstrong
  • 14. Bottlenecks and Drawbacks…. Packs too many features that might not always be required. Requires the model of thinking of the Programmer in tune with the OOP’s Concepts. Garbage Collection and Memory management becomes a headache if not included in the language. Ex : C++
  • 15. XKCD Says it better…. Hard to find answers sometimes….
  • 16. Last But not the least, VB OOP’s features…. Object Oriented features since Visual Basic 4. User defined data types and their processing with BAS modules. All the basic OOP’s features including Objects,Classes,Constructors and Destructors and System Objects. Strong Inheritance features in VB.NET More VB features : https://msdn.microsoft.com/en- us/library/aa289512(v=vs.71).aspx