A MATHS EXAMPLE FOR SUPER class maths: def __init__(self, a, b): self.a=a self.b=b def add(self): return self.a + self.b def multiply(self): return self.a * self.b
class maths_extension(maths): def __init__(self, a, b, c): super().__init__(a, b) self.c=c def add(self): return super().add() + self.c def multiply(self): return super().multiply() * self.c me=maths(3, 4) print(me.add()) me1 = maths_extension(3, 4, 5) # We add another number to modify parent method print(me1.add()) # We multiply another number to modify parent method print(me1.multiply()) OUTPUT 7 12 60
27:08 , i completed the whole lecture, jenny teacher you made it very simple. Pl also make a sql series. Will you make or not , pl let me know. Otherwise this was awesome. Jai Shree Ram teacherji😊
Note for self : constructor in python don't call parent constructor automatically like in c ++, we need to call explicitly no need of it being the first line.
Jenny mam please upload concept of association in OOP. And please make videos for making good class diagrams too. Need your help in these difficult topics
One question: Suppose the parent class has 4 methods but we want to prevent access to all the methods. only 2 methods are allowed for Child class. How to do that?
You are the most intelligent teacher who explains each and every concepts of programming in a very easy way that helps a lot. Thank you so much Mam ❤❤❤❤
1st two mins i will be just seeing your cuitness After that i am jumping into learning part. Really your making me learn effectively which is helpfull my growth Jenny 💘 Thank you dear💝💝🙏
O my god 😂 mam i am a neet student to maine inheritance topic search kiya to ye video ayi to maine play kiya starting k 5 min to merko lga ap neet k liye pdha rhe but fir ap i can eat I can work pdhane lge 😂😂 To mujhe smjh aaya ki o ho mai khi aur aa gya 😂 but mam ur teaching style is too good ekdm calm hokr padhate ho ap smjh to kuch nh aaya bht enjoy session very well 🥰😂😂 ja rha hu mai bhi computer coding sikhne 😂😂😂 mam
@@JennyslecturesCSITIf I'm right 😂 you can teach bio too good for neet aspirant bcz apki inheritance ki knowledge dekhkr lg rhi hai aur agar bich bich me coding padhaye mam to bhi no problem apan neet aspirant adjust kr lete hai bio + coding 😂 if u want then u can mam
Hie madam...,i am Dileep from hyderabad..., your explanation is very understable, i have some doubts on oops concept...how can i approach you to calrify my doubts
Hello mam hamne Aaj se Aapka python series follow karna start Kiya but mam pycharm install kar rahe the to show ho Raha tha environment location directory is not empty mam isko resolve kaise kare
#include #include int main(void) { int i,limit,j; int values[100]; int min; setbuf(stdout,NULL); puts("enter a limit"); scanf("%d",&limit); printf("enter values:"); for(i=0;i
@@swayanshusamal9620comment dekha nhi ki aag lag gyi 😂😂 bhai wo bhi insan h ab kuch use krte honge ab ye kya matlb hua kon se company,, Company hi kharid loge kya bhai 😂 bhai kya kya sunta hu yt pe
Wasting time why u explain concept which is already we know you may need to show advance thing like pyqt tkinter pynum socket programming pysearal Django etc
@movietime_nandhinee beginners don't need that she already explain all these concepts in her c++ lectures so why she explain here i learn one language in my life and that is c++ then after that i just learn syntax don't need to explain logic again and again 🙂
I qualified UGC-NET JRF JUNE 2023, I am v grateful to you for ur lucid content esp. data structures and algorithms.
Thanku so much .
Congratulations 👏
I am learning and passed c by seeing ur videos
Ur such an intelligent and wonderful teacher❤
Mam i am from Kerala.... And i wish if I could get a luctre like you in my college... Your classes are tremendously awsome... God bless you
bro im from keraa..can we connet?
I am also kerala
me too from kerala😊
Your teaching style is very effective, I'm understanding what you say very quickly, please try to complete the syllabus as soon as possible.
super() and super().__init__() now it is very clear to me, very well understandable explanations. Than you very much.
Can u explain it pls
mam iam from hyderabad iam studying data science and i see only your lectures from python and you are god gifted to us mam
True I am also learning python for data science purpose and Mam jenny is like a God gifted for us.
Best, beautiful and consistent teacher ever❤❤❤❤❤
Flirting Male in the example is you😅
Are bahi itni gandi image kahe bna rhe ho kisi ki kya pta wo bachha sach me mam ko complement de rha ho 😂😂
Excellent way of teaching..such a lucidity and the clarity of speech are appreciable!
Thanks to my very beautiful and intelligent teacher. I was having a hard time understanding this concept of inheritance until now. Big ups!!
Wow best teaching ever😻😻
Way of explanation is good in all videos ❤
A MATHS EXAMPLE FOR SUPER
class maths:
def __init__(self, a, b):
self.a=a
self.b=b
def add(self):
return self.a + self.b
def multiply(self):
return self.a * self.b
class maths_extension(maths):
def __init__(self, a, b, c):
super().__init__(a, b)
self.c=c
def add(self):
return super().add() + self.c
def multiply(self):
return super().multiply() * self.c
me=maths(3, 4)
print(me.add())
me1 = maths_extension(3, 4, 5)
# We add another number to modify parent method
print(me1.add())
# We multiply another number to modify parent method
print(me1.multiply())
OUTPUT
7
12
60
Feeling bad not seen this channel in my 1st year anyway thank you so much mam love from andhra ❤️
27:08 , i completed the whole lecture, jenny teacher you made it very simple.
Pl also make a sql series. Will you make or not , pl let me know.
Otherwise this was awesome.
Jai Shree Ram teacherji😊
❤️You are the best teacher of students ma'am 🫶👌👌👌👌your 🧠 very intelligent 😁😁
Right right right right right right right .... infinity ♾️ 😆
Note for self : constructor in python don't call parent constructor automatically like in c ++, we need to call explicitly no need of it being the first line.
Very nice mam easy to understand 👍
I am really happy to watch this video
Wonderful lectures that you are giving . I am watching your vedios from c and till now. Thank you so much mam. Line from Andhra Pradesh ❤
The best lecture ever..Thank you so much
The intro to this topic is so funny 🤣🤣🤣
Like father like son😂😂
You are really inspired loves from kerala❣️
You great ma'am
Inheritance is they key. Thank you.
Thanks for your kind effort, it's most valuable for us ..and courgegin
In love
Great work Mam, please teach encapsulation, that goes over my mind.
Will cover this too
Superb explanation 👌
Best example madam
I am not taking seriously but associating flirt with male in method hit my heart 🤣
Mam you are the best teacher
Lol best teacher ever!!!!! But I hope you make a kotlin course after you're done with the python course please
Thank you for your suggestion.. will try..
@@JennyslecturesCSIT thanks 😊
Jenny mam please upload concept of association in OOP. And please make videos for making good class diagrams too. Need your help in these difficult topics
Looking great Jenny maam
Bahut accha padhaya hai aapne
LADY, THANK YOU!!
One question:
Suppose the parent class has 4 methods but we want to prevent access to all the methods. only 2 methods are allowed for Child class. How to do that?
Great video madam
Beauty with brain ❤
❤❤❤❤❤❤❤❤So nice teacher
You are the most intelligent teacher who explains each and every concepts of programming in a very easy way that helps a lot. Thank you so much Mam ❤❤❤❤
Mam you are teaching entire python from basic to advance?
Yes
@@JennyslecturesCSIT Mam it's a request that please take more quizzes and exercises, from basic to advance.
Please start teaching java subject and reply for this mam please 🥺
Mam please create a video for "How to write algorithm for loops"🥺🙏🙏
1st two mins i will be just seeing your cuitness
After that i am jumping into learning part.
Really your making me learn effectively which is helpfull my growth Jenny 💘
Thank you dear💝💝🙏
mam upload same topic in c++
O my god 😂 mam i am a neet student to maine inheritance topic search kiya to ye video ayi to maine play kiya starting k 5 min to merko lga ap neet k liye pdha rhe but fir ap i can eat I can work pdhane lge 😂😂
To mujhe smjh aaya ki o ho mai khi aur aa gya 😂 but mam ur teaching style is too good ekdm calm hokr padhate ho ap smjh to kuch nh aaya bht enjoy session very well 🥰😂😂 ja rha hu mai bhi computer coding sikhne 😂😂😂 mam
Neet aspirant 😂👍
@@JennyslecturesCSITIf I'm right 😂 you can teach bio too good for neet aspirant bcz apki inheritance ki knowledge dekhkr lg rhi hai aur agar bich bich me coding padhaye mam to bhi no problem apan neet aspirant adjust kr lete hai bio + coding 😂 if u want then u can mam
flirt method was personal 😁
today exam watching Ma'am teach in 1.5x
Smjh me kuch nhi aaya pr aapko dekh ke dil garden garden hoo gya😊
🥰🥰🥰
mam ! how many more lectures it will take to complete python class?
15-20
Mam please reply me😊
Please start teaching java subject mam😊
Will try
Chella kutty 🥰
hi jenny please make vedio of SQL basic to advance for data analytics
which theme u r using in VS Code madam?
thanks mam
Alagaana vadakki😅
Ama alaga irkanga
mam please make a video on linkedlist with python
21:40 important concept
Inheritance aa gya 🤓
Good
teaching is very nice mam but radix sort is to tuff in your uploaded video @such good teaching madam
Mam, how many more lectures will it take to complete Python course?
respected tell me the name of the software whatever you have been used for creating educational video
mam i think you forgot to upload the notes from 31sr lecture can you please provide us the notes.
🤔 lemme check
@@JennyslecturesCSITmam have you checked??please upload notes soon.{from 31st lecture}
Jenny mam plz upload association aggregation and composition concepts pleasee
Hie madam...,i am Dileep from hyderabad..., your explanation is very understable, i have some doubts on oops concept...how can i approach you to calrify my doubts
Mam can you teach django??
Mam I have one doubt . Is the 12th mark an important of IT companies.
Not really
But based on eligibility criteria they filter the candidates
@@sakthipriya8653 my degree cgpa 7.8 but 12th mark 52%
mam plz make more video on python
Hello mam hamne Aaj se Aapka python series follow karna start Kiya but mam pycharm install kar rahe the to show ho Raha tha environment location directory is not empty mam isko resolve kaise kare
mam where to get the notes of your lecture in python
Mam what is TodoList .
Please teach this aslo.
Will cover this
please upload notes in pdf format 🙏
New live video kb ayega ya fr QnA ? 😊😊
Maam can u teach files and organising the files concept plsss🙏🙏
Mam please start Java subject mam😢
Mam please reply me 😊
Ist coment di. Apne meri problem solve nhi ki
Konsi problem??🤔
@@JennyslecturesCSIT In programming Di I do the questions that the teacher makes me do but I am not able to ask questions myself
Tell me this problem speak Di
Mam Can You Please Teach The Java Classes Also
Yor are so intelligent madam and so beautiful ❤️
Mam Tech in Hindi C Programming 🙌
Madam ji aap java kab se start karenge ,mera is sem mai java hai
Hii mam good afternoon
How to design game or app please tell me mam
#include
#include
int main(void) {
int i,limit,j;
int values[100];
int min;
setbuf(stdout,NULL);
puts("enter a limit");
scanf("%d",&limit);
printf("enter values:");
for(i=0;i
Mam where I can get your notes
whatsapp.com/channel/0029VaBPygiJENyAtwjfE333
On whatsapp channel
Electric student hokr coding Sikh Raha hu 😅
Bahut aage jaoge .👍😂
@@JennyslecturesCSIT the feeling when one gets positively busted..
Mam apka skincare bataoo na
I don't have any skin care ..nahate time face wash Kiya and sun screen lga liya...bas itna hi h 😂
@@JennyslecturesCSIT konsa sunscreen and facewash 😆
@@JennyslecturesCSIT kis brand ka facewash and sunscreen haii please bataoo
@@JennyslecturesCSIT mam itna sach nhi bolna tha 😂😂
@@swayanshusamal9620comment dekha nhi ki aag lag gyi 😂😂 bhai wo bhi insan h ab kuch use krte honge ab ye kya matlb hua kon se company,,
Company hi kharid loge kya bhai 😂 bhai kya kya sunta hu yt pe
Maam can you make video on gui
ma'am can u pls provide notes if possible
need dsa in python
Can u plz provide notes?
Hi mam
Hii mam
really i can flirt
🤣🤣🤣🤣🤣
unsubscribed because of 11:45
@@praveenraj-x2j whaaa ahahahahah
Wasting time why u explain concept which is already we know you may need to show advance thing like pyqt tkinter pynum socket programming pysearal Django etc
She is supportive most of us dont have the idea she teach from scratch and it is great
It will be useful for beginners
@movietime_nandhinee
beginners don't need that she already explain all these concepts in her c++ lectures so why she explain here i learn one language in my life and that is c++ then after that i just learn syntax don't need to explain logic again and again 🙂
@@ኢትዮጵኑብያ may be as beginners it is good for you people but i change differently she already explain all topic in her c++ lectures
Tu mat dekhna fir if it's wasting for you it doesn't mean so to everybody, so kindly just lost from a place where you don't have your cake...
Hii mam
🙏
Hii mam