Classes and Objects in Python | OOP in Python | Python for Beginners #lec85

preview_player
Показать описание
In this lecture we will learn:
- What is Class in Python?
- What is an Object?
- How to create your own class?
- How to create object?

*********************************************

Connect & Contact Me:

*******************************************

More Playlists:

#oop #objectorientedprogramming #python #pythonforbeginners #jennyslectures
Рекомендации по теме
Комментарии
Автор

Maam i have seen your complete dsa playlist and i have started this one .. we are literally blessed to have a teacher like hats off to your work and dedication with all respect.🙌🙇‍♂🙏.

amiteshpandey
Автор

class CarDesign:
pass
obj1=CarDesign()
obj2=CarDesign()
print(type(obj1))
print(type(obj2))

ritikpatel
Автор

Hello mam. Well and good explanation. I watched full C programming language. Now I am learning python language.. I liked Your way of teaching and then very understandable. Hats of you

preethas
Автор

Even though I bought udemy class. I am learning python through Jenny.
I don't know how to thank you mam ...

tejashwiniteju
Автор

well understood,
❤❤❤Love from Sri Lanka 🇱🇰

mishaari_rasheed
Автор

Homework 16:08
Solution :
class CarDesign:
pass
car_1 = CarDesign()
car_2 = CarDesign()

aishwaryagandhi
Автор

class CarDesign():
name="Maruti Sezuki"
name=CarDesign()
print(type(name))

anjaliraja-xpdf
Автор

Hi ma'am, recently started your python playlist and I really love how you explain the concepts..thank you so much ❤️

randouser
Автор

11:57
The most appropriate word is "convention", (I think 😊)

Ahmad-yid
Автор

Wonderful lectures mam. I love the way you teach that can be understood very well by everyone❤❤

swathinetheti
Автор

class CarDesign:
pass
designer_1=CarDesign()
designer_2=CarDesign()
print(type(designer_1))
print(type(designer_2))

SahasraMuthyam
Автор

Thank you putting all the efforts and explaining it with a ease mam .

SatyalekhyaDsln
Автор

Thank you so much for sharing the knowledge in simple words

prateekrawat
Автор

Thank you madam for bringing next video so fast. I think my comment is 1st. You teach very nice, concept becomes clear. I know you are giving it for free. But still i will ask you to start sql series please with interview questions 😊

Classsssiccontent
Автор

class CarDesign:
pass
Design_1 = CarDesign()
Design_2 = CarDesign()

Ganeshkumaruppiretla
Автор

class CarDesign:
pass
colour=CarDesign()
model=CarDesign()

ANCHITKUMAR-cj
Автор

Class CarDesign:
Passs
cardesign_1=CarDesign ()
cardesign_2=CarDesign ()

susmitagirase
Автор

class CarDesign:
Pass
CarBrand=CarDesign( )
CarColour=CarDesign( )
Print(type(CarBrand)
Print(type(CarColour)

RenukaVarri-mp
Автор

class intstructor:
pass
designer = intstructor()
editor = intstructor()

print(type(designer))
print(type(editor))

enejivk
Автор

class CarDesign:
pass

c1 = CarDesign()
c2 = CarDesign()

badmashito
visit shbcf.ru