All Indians should promote this channel for Python. Sir teaches with such a passion. After following so many foreign channels I landed here and can see that the stuff is discussed in convenient way. Serious teaching for serious learning. No music no band baaja baraat !
i agree with you bro... i started learning python and i have 100 of videos on youtube finally i saw this video and im genuinely telling you that he cleared all my doubts in oops ..i saw apna college videos ,code with harry mosh and many more but here i learn this concept perfectly
This is the first time i understand OOP, class and objects. You are the best teacher i have come across on UA-cam. Thank you for a great Lecture. i iwll be keeping in touch with you...Dele from Nigeria
Likewise me, I have been struggling to understand the concept of oop. All the youtube channels i have watched, this channels it the best, when it comes to oop
sir i was so confused about these topic .after watching your vedio i was so clear about this. I hope every dobuts of mine can be cleared with your vedios. THANK YOU SIR!
This explanation of instance variables is confusing. I think the variables "rno", "name", "branch" at 18:19 are NOT instance variables, but class variables. Correct me if I am wrong.
Sir, At 10:18, the variable is defined just below the class name and above a function. So, shouldn't it be a Class variable in such a case? But it has been mentioned as Instance variable. Pl check and reply.
Actually the variables which are created inside the class are called as class attributes and the variables which are created inside a method is called instance attribute.... and we can access class attribute using classname. If we want to access instance attribute which is inside method then we should access it by using a method we cant access instance attribute using class.And we can't access methods using class name.with the help of object only we can access.. And self is a identifier which holds the address of a current object
Thx for illustration. It helped alot. Have a query - how to pass an attribute value(Dictionary) from inside a method in one class to method of another class.
Hi sir, your explanation is very good I have small doubt,if I want use the variable defined inside the read function outside of the class, how to access it . Can you pls explain
All Indians should promote this channel for Python. Sir teaches with such a passion.
After following so many foreign channels I landed here and can see that the stuff is discussed in convenient way.
Serious teaching for serious learning. No music no band baaja baraat !
i agree with you bro... i started learning python and i have 100 of videos on youtube finally i saw this video and im genuinely telling you that he cleared all my doubts in oops ..i saw apna college videos ,code with harry mosh and many more but here i learn this concept perfectly
superb sir, no one explains in deep and details , you are doing really a great job. thank u sir.
Excellent explanation of Object and class. Thank you Sir. Love from Pakistan
No one has explained the concept as good as you did ! Thank you ! Do you have any live online class/tutorials session ?
This is the first time i understand OOP, class and objects. You are the best teacher i have come across on UA-cam. Thank you for a great Lecture. i iwll be keeping in touch with you...Dele from Nigeria
Not even my teachers or any other youtube videos couldn't help me with OOPS concepts as this much... you really a life-saver..sir ❣️
Likewise me, I have been struggling to understand the concept of oop. All the youtube channels i have watched, this channels it the best, when it comes to oop
Class Sir :
def video(self) :
Print ("Awesome video")
Hi=sir()
Hi.video()
Superb
Hi thanks for your support towards our channel
I have gone through many videos to understand class and obj...Bt finally I got it from u..
The way of presentation is easy for beginners
Nice explanation. Your efforts made it us Easy to Understand the Core concept and can remember for a long time. Really appreciated your efforts.
thank you sir!
you make me clear this concept very easy.
you are the real gem!
Thank you so much Sir for giving us such a deep understanding and clarity of classes, read several articles but was not able to understand clearly.
sir i was so confused about these topic .after watching your vedio i was so clear about this.
I hope every dobuts of mine can be cleared with your vedios.
THANK YOU SIR!
That's perfect method for understand some concepts..... thanks 👍👍
your teaching style is Clear and simple to understand ....thanks
thanks sir for this lecture with proper language which is easy for even beginners to understand
Thank you so much, sir. I've really understood OOP for the first time.
I am super excited about your explanation. You are my best online tutor. Best wish for you everyday.
The best tutorial on Class and Object in Python hands down
With good introduction explanation is nice Sir
Thanks. You're a real teacher.
Thank you Sir,Thus for explain.I learned how to declare object........and class...
best tutorial for beginners in OOP
NEAT EXPLANATION.. THANK YOU SO MUCH, SIR.. REALLY FANTASTIC
Great lecturing, nayone can understand it. thank you so much for your great class
Superb explaination.after seeing this video first time i subcribed ur channel sir
Thank u sir, u r brilliant ❤ Love from Sri Lanka!
nice explanation sir
Thank you for making such a nice video sir nice explanation 👏👍
This guy is a life savior
Clear and easy to understand!! Thank you sir
I am amazed by your grateful explanation, Sir!
No one explained like uh...you explained very well...sir...
It is really very good explanation ....I totally understud the this...
Great sir.thank you for ur explanation
Super explanation sir, better way to understood.
Very helpful..thanks a lot
Underrated Gem 💎
Super explanation
thanku sir.... love u from pakistan. thanku soooooooooo much
Sir really love your channel. It offers amazing content.Could please you please make a playlist for "Algorithms in c/c++" ?
Scratching my head for understanding oops in python,
After watching the video, Bamm! Double Bamm!!
All sorted
Best easy precise and correct explanation
Amazing tutorial sir.
It's really help me
Thank you very much... soooooooooooooo... helpful
Very easy to understand best teaching sir😀
Sir, your explanation is very clear & precise
Super teaching sir
Very effective teaching ....thank u sir..
It's actually a lovely session sir, Understood clearly
Awesome explanation
Dankeschön.. Du bist sehr gut 👍🏿
Tqq sir excited job 🤝🤝🤝👍
Great explanation sir🙌
lecture down to earth
Good give example codes of problem
Super explanation sir👌👌👌👌👌👌👌👌👌👌
sir you are an excellent teacher...Thank u sir...great...
Very nice explanation
Concept perectly explained
Hello sir
Your doing great job in teaching
Keep going on ...
Great sir👍👍
This explanation of instance variables is confusing. I think the variables "rno", "name", "branch" at 18:19 are NOT instance variables, but class variables. Correct me if I am wrong.
You are right
Sir, At 10:18, the variable is defined just below the class name and above a function. So, shouldn't it be a Class variable in such a case? But it has been mentioned as Instance variable. Pl check and reply.
Yes, they are class variables, I think it was a slip of toungue from his side :)
great explanation sir.
thank you so much
Tq sir ,helpfull a lot sir .
nice explanation sir...!
good explanation👍
Ultimate Explanation. Clean and Clear , easily understandable. Keep Up your good work
Vere level explanation sir
thank you very much sir for your explanation
superb explanation sir...
Amazing
excellent explanation sir
Thank you sir
Understand perfectly.
Very nice
sir you are a gem ! thank u so much
please cotinue like this sir
We are always grateful to you, sir
very good sir
Actually the variables which are created inside the class are called as class attributes and the variables which are created inside a method is called instance attribute.... and we can access class attribute using classname. If we want to access instance attribute which is inside method then we should access it by using a method we cant access instance attribute using class.And we can't access methods using class name.with the help of object only we can access..
And self is a identifier which holds the address of a current object
Superb broo
we love you sirrrr. thank you.
Thx for illustration. It helped alot. Have a query - how to pass an attribute value(Dictionary) from inside a method in one class to method of another class.
Great explained sir....
Super explanation sir
Thank you so much sir
I would love a real world example as these concepts can be used at work.
Hello ,its really very good explanation and its simple to understand..Thank you so much:)
Awesome keep it up sir
When will we write the def __init__() function in class,sir?
Superb explain sir 👏 & also explain {data abstraction , inheritance } coding type sir pls explain this two topics
Nice!
very simply explained
Vereeyyyyy❤️❤️
Hi sir, your explanation is very good
I have small doubt,if I want use the variable defined inside the read function outside of the class, how to access it .
Can you pls explain
thanks a lot sir
Sir I have one doubt what is self keyword? And why we are using keyword inside our function as argument?
thank u sir ❤
Bhaut accha h sir