#16 Classes and Objects Part -1 | Python Tutorial Series | In Tamil | EMC Academy

preview_player
Показать описание
I will be introducing you to the concepts of classes and objects in Python.

Classes and objects are fundamental concepts in object-oriented programming (OOP) that enable us to write efficient and modular code. They allow us to create blueprints, known as classes, which define the attributes and behaviors of objects.

In Python, classes are created using the "class" keyword, followed by the name of the class. Attributes, also known as instance variables, represent the data or characteristics of an object. We can define these attributes inside the class using variables.
Рекомендации по теме
Комментарии
Автор

Sir, please avoid the background music. Nice Explanation and easy understanding sir.Thanks

jencejohnjnc
Автор

We want a marvellous teacher like u for all subjects what a clr understanding!!! Super hats off 👏

dhanam
Автор

thanks ☺to EMC, after watching your video i feel expect in python
i can able to solve any programm and write own code
once again thank you to EMC .

DEVpunk
Автор

I'm just lazy so i did this code in same method as yours but not the exact question 😅



class Laptop:
Price=""
Ram=""
def Fast(self):
print ("Faster Performance")
def expensive(self):
print ("""expensive for this price""")
Dell=Laptop()
Dell=Laptop()
Dell.Price="70000"
Dell.Ram="4gb"
print("Dellprice:", .Price)
print("DellRam:", Dell.Ram)
Dell.expensive()
Dell.Fast()

trapkingbgm
Автор

I just wanted to say thank you for your incredible teaching style! Your explanations are always so clear and valuable, making even the most complex topics easy to understand. It's evident that you put a lot of effort into your content without any self-promotion, focusing purely on helping your viewers learn and grow. Your dedication and selflessness are truly inspiring. The way you address your audience is particularly appreciable, making us feel engaged and valued. Please don't stop posting videos – your content is a beacon of knowledge for so many of us. Keep up the fantastic work!

sudarshankarunanithy
Автор

Thank you, please avoid backgrond music

arulventhan
Автор

Thank you bro Now only I understanded this topics....🙏🏼

redheartbgm
Автор

Hi John,
You're teaching skills and strategies are simply awesome. Keep rocking.

There is a suggestion regarding Classes and Object anology.

Relationship between a Class and an object is that a class act as a blueprint for an object.

A Class define how an object should behave, You need to make an Object in order to give life for a Class.

goa, an object of class City.
goa, an object of class TouristSpot
ramesh, an Object of class Person/Traveller

These makes sense.

Ramesh is a object of Type Goa doesn't make sense.

Hp instance of class Laptop makes sense.

Please correct it.

Thankyou.

SadiqsChannel
Автор

Bro last varaikum antha self parameter edhuku use pananum solave illa

RVenkatesan-ngkr
Автор

What is the use of (self) and how it works, please explain.And why we didn't use it in 2nd problem..

vishnupadmanabhan
Автор

Please teach DBMS with All possible Diagrams such as ER, EER, etc..

TalkWithAz
Автор

Thank you soooo much.Ivlo easya purira mari oopsah yarumey solli thara mudiadhu🤝

sakthik
Автор

Thank you . Video helped me understand the concept ease. Keep doing it bro

aravindkmurugan
Автор

Anna intha video enaku romba helpfulla itunthathu. TQ

SSiva-htgk
Автор

Background music disturbance ah iruku broo

Ady_NXT
Автор

Super Brother, Vera Level Explanation 🙌🙌🙌🔥🔥

HRKCineThoughts
Автор

super but unga background music thookam

MaheshKumarChelladurai
Автор

nice explain bro .... instance, class and static methods pathi explain pannuga bro

YOUNG_FARMER_
Автор

Fantastic way of explanation brother! Very helpful

rohith
Автор

Very good explanation Brother !!!! Thank you very much !!!!😊

Hoashal_the_Creator