Day 16: 100 Days of Code
Python Object Oriented Programming
Procedural Programming
In PP program executes from top to bottom.
Object Oriented Programming
We split larger task into smaller task. It models real world objects.
For instance: There is object waiter which has attr...
maryambibi.hashnode.dev1 min read