Top Banner
OBJECT-ORIENTED CONCEPTS MOHAMED EMAM
12

Object Oriented Programming Concepts

Nov 16, 2014

Download

Software

Mohamed Emam

Object Oriented Programming Concepts
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: Object Oriented Programming Concepts

OBJECT-ORIENTED CONCEPTS

MOHAMED EMAM

Page 2: Object Oriented Programming Concepts

WHAT’S AN OBJECT ?

Page 3: Object Oriented Programming Concepts

WHAT IS A CLASS ?public class Circle{

}

Page 4: Object Oriented Programming Concepts

CONCEPTS OF OOP:

•ABSTRACTION

•ENCAPSULATION

•INHERITANCE

•POLYMORPHISM

Page 5: Object Oriented Programming Concepts

ABSTRACTION

Page 6: Object Oriented Programming Concepts

ENCAPSULATION

Page 7: Object Oriented Programming Concepts

INHERITANCE public class Vehicle{

} public class Car : vehicle{

}

Page 8: Object Oriented Programming Concepts

POLYMORPHISM

Page 9: Object Oriented Programming Concepts

ABSTRACT CLASSHuma

n

Man Woman

Page 10: Object Oriented Programming Concepts
Page 11: Object Oriented Programming Concepts

@mohamedemam0

[email protected]

/mohamedemam0

01023513868

FEEL FREE TO CONTACT ME

Page 12: Object Oriented Programming Concepts