#48 Python Tutorial for Beginners | Object Oriented Programming | Introduction

Описание к видео #48 Python Tutorial for Beginners | Object Oriented Programming | Introduction

Check out our courses:

Spring and Microservices Weekend Live Batch : https://bit.ly/spring-live-weekend
Coupon: TELUSKO10 (10% Discount)

Master Java Spring Development : https://bit.ly/java-spring-cloud

In this lecture we will learn:
- What is OOPs?
- Different programming paradigms in python
- What is object-oriented programming?
- What are objects?
- What is the class in OOPs?


#1
- OOPs stands for Object-Oriented Programming.
- Python supports different programming paradigms.
It supports:
1) Functional Programming
Functional programming is a programming paradigm in which we try to bind everything in a pure mathematical functions style.

2) Object Oriented Programming
It is a programming pattern that rounds around an object or entity is called object-oriented programming.

3) Procedure Oriented Programming
Procedure-oriented programming contains a group of instructions known as function. There are multiple functions in the program.

#2
- In the real world, everything is an object.
e.g., to click the photo, the camera is an object.
to work in a company, their employees are objects.
- Every object has two things:-
1. Attributes (An object knows something)
2. Behaviour (An object does something)
- An object can also have multiple properties as well as multiple behaviours.
- Variables are used to store data or attributes in an object.
- Methods are used to define the behaviour of an object.
- Methods in object-oriented programming are similar to functions.

#3
-A class is a user-defined blueprint or prototype from which objects are created.
- In programming, a class is used to write the design of a program.
- Class is the design and an object is an instance.

Python Tutorial to learn Python programming with examples
Complete Python Tutorial for Beginners Playlist :    • #1 Python Tutorial for Beginners | In...  
Python Tutorial in Hindi :    • #1 Python Tutorial | Introduction | I...  

Github :- https://github.com/navinreddy20/Python-

Java and Spring Framework For beginners with Spring Boot : - http://bit.ly/3LDMj8D

Java Tutorial for Beginners (2023) :- http://bit.ly/3yARVbN

Editing Monitors :
https://amzn.to/2RfKWgL
https://amzn.to/2Q665JW
https://amzn.to/2OUP21a.

Check out our website: http://www.telusko.com

Follow Telusko on Twitter:   / navinreddy20  

Follow on Facebook:
Telusko :   / teluskolearn.  .
Navin Reddy :   / navintelusko  

Follow Navin Reddy on Instagram:   / navinreddy20  

Subscribe to our other channel:
Navin Reddy : https://www.youtube.com/channel/UCxmk...
Telusko Hindi :
https://www.youtube.com/channel/UCitz...

Donation:
PayPal Id : navinreddy20
Patreon : navinreddy20
http://www.telusko.com/contactus

Комментарии

Информация по комментариям в разработке