Lesson-9.-Object-Oriented-Programming
Lesson-9.-Object-Oriented-Programming
OOP CONCEPTS IN
PHYTHON
Topics
1.Intro to OOP Concepts
2.Classes
3.Objects
4.Constructors
5.Init Function
6.Object with Constructors
Learning Outcomes
Understanding OOP in Pyhthon
Understanding Classes and
Objects
Creating Classes
Creating Objects
Accessing attributes
Understanding Constructors
Understanding init Functions
Creating Objects with
Constructors
What is OOP Concept?
What is Object?
What is Class?
Creating Object
Actual Program in Pycharm
Accessing the Attributes
Actual Program in Pycharm
Activity # 1
Create a program of
classes and objects with 5
attributes with the
following real objects..
PRODUCTS
CARS
ANIMALS
What is Constructors?