Lesson-01 | Introduction of Object-Oriented Programming | [OOP in Python]

Опубликовано: 06 Октябрь 2024
на канале: Learning Orbis
22,120
296

This is the first introductory lesson of the lesson series on Object Oriented Programming (OOP) in Python. It will be a complete course with the aim is to cover almost everything needed in Object Oriented Programming.
This lesson is about the concept of Object Oriented where we consider everything as an object. Different terminologies used in OOP are discussed. It starts with the concept of class and object. Term instance is also used for the object. Then are the terminologies like object properties and methods or functions. Some real-life examples are given to clear the concept of OOP. Then are some other programming examples.

Link to complete playlist:
   • Object-Oriented Programming in Python  

⭐🔥🔥⭐
💥💥 Maze Search Algorithm using Python 💥💥
   • AI Search Algorithms using Python  

Playlist on Python Basics to Advanced:
   • Python Programming Basics to Advanced  


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Review Questions of the Lesson
1. How much is code re-usability important in programming?
2. For a class named as Book , its attribute publicationYear should be a data attribute, a method attribute or it can be either of these?


#OOP #ObjectOrientedProgramming #Python