1 July 2024 2 Pre requisites Understanding Object Oriented Principles Encapsulation Inheritance Polymorphism
1 July 2024 3 Agenda OOAD Introduction OOD principles UML Working with Rational Rose
1 July 2024 4 What is Object Oriented? System is viewed as collection of Objects Objects are interrelated and interact with each other System behavior is result of behavior of the objects and their interaction
1 July 2024 5 Principles of Object Orientation Abstraction Encapsulation Polymorphism Modularity