By watching any of your videos on any subject, any person can become the hero from zero, India needs these type of great teacher to raise quality of education level in our country
Excellent teaching skill! Repeating important points again n again shows your enthusiasm towards the clearing doubt of the readers. Hats off! After going thru ur tutorials I don't like any other. u r d best!!
Circle c = new Circle(); double anotherRadius = c.GetRadius(); anotherRadius = 1.1; Console.WriteLine(anotherRadius); sir, we can set the value by this method too; i have intialized Radius field with the 12.34 value but now I am getting 1.1 as an output.
You are getting modified value of variable that was difined by you earlier (double anotherradius) not field.here(anotherRadius = 1.1) ,what you are modifying is anotherradius variable not your private field 💙 From mars
Hi Sir, very nice explanation...i have one doubt,you said if using public variable you can't use condition...my question is in main method after getting the property value i put condition it's possible rights?..
Very good explanation sir...but i have a question why we cannot us Constructors for setting values? because by using Constructors we can set values to the class fields and we can also write some logic in constructor block based on which values are assigned.
nice question . but again same thing once create the instance of class any one pass the value . and you can't make constructor as private if you make you can't create instance.the better way if this type case crate property. using property we can achive encapsulation also. correct me if i wrong.
I have a question. as said that the Get accessor is a value returning method without parameter but what if we want user to read value based on some input?? In that case parameter is required. Example i have installed UPI application on my mobile now to check bank balance every time i have to give code or some key
To read value better to go declaring the value at runtime than assigning to that property &get retrieve the value,in set if u want to write validations here based on ur requirement then assigning the value to variable
sir i have a ques at 27:17 u said we can't give conditions without using property but if we do not use property we will have to write 2 methods and we can give condition in that method naa
By watching any of your videos on any subject, any person can become the hero from zero, India needs these type of great teacher to raise quality of education level in our country
s ur 100persent true
Thanks a lot I read tons of documents and listened to many videos but this is the first time I understand this topic clearly , thank you so much.
You are a great teacher. I am short of words to explain how well you teach. I am highly obliged to you SIR.
And here we go.....found what I was searching from couple of days... a very much ThankYou sir
Thabku so much sir..I was very confused for using get set ..Now its all clear because of you thanku so much sir❤
Excellent teaching skill! Repeating important points again n again shows your enthusiasm towards the clearing doubt of the readers. Hats off! After going thru ur tutorials I don't like any other. u r d best!!
Sir ,hope you are doing good , you are the best teacher that I have ever seen in my life.
Sir your Way of teaching is So Good👏👏👏
Brilliant tutorial, the way you make us understand is commendable 🙂
Thank you So much.. For your hardwork and publishis tutorials to TH-cam
Thank you sir. You made it easy for us to understand these concepts of c#. Keep uploading new videos. Doing great job. Thank you once again.
No one can teach like u sir
Kya baat h guru g best 👍💯excellent
Thorough and yet concise. Thanks a lot..!!
subscribe here if you like this .net interview questions :th-cam.com/video/H8b0RV6iG_s/w-d-xo.html
Really a great teaching
Man, that was nice! Thanks for the video, it was the only one able to make me understand that stuff. You're awesome!
subscribe here if you like this .net interview questions :th-cam.com/video/H8b0RV6iG_s/w-d-xo.html
You are great Thanks!!
very nicely explained
learning in 2021 thankyou Sir
Thank you Sir. Nicely explained.
Superb explanation sir
thank u sir .......for this video .....realy help me........
Great Teacher!
Very good explanation
Circle c = new Circle();
double anotherRadius = c.GetRadius();
anotherRadius = 1.1;
Console.WriteLine(anotherRadius);
sir, we can set the value by this method too; i have intialized Radius field with the 12.34 value but now I am getting 1.1 as an output.
You are getting modified value of variable that was difined by you earlier (double anotherradius) not field.here(anotherRadius = 1.1) ,what you are modifying is anotherradius variable not your private field
💙 From mars
Ana great way to teach
explination was very good sir, please upload delegates,events
Great teaching sir but my question is how comes we are passing the value argument inside the method i.e Radius = value; it's not like normal method
thank you sir good explanation
very great sir
Great sir
Thank you ...much appreciated.
Great tutorial
Hi Sir, very nice explanation...i have one doubt,you said if using public variable you can't use condition...my question is in main method after getting the property value i put condition it's possible rights?..
subscribe here if you like this .net interview questions :th-cam.com/video/H8b0RV6iG_s/w-d-xo.html
Very good explanation sir...but i have a question why we cannot us Constructors for setting values? because by using Constructors we can set values to the class fields and we can also write some logic in constructor block based on which values are assigned.
nice question . but again same thing once create the instance of class any one pass the value . and you can't make constructor as private if you make you can't create instance.the better way if this type case crate property. using property we can achive encapsulation also. correct me if i wrong.
great
Thanks a lot.. sir..
I have a question. as said that the Get accessor is a value returning method without parameter but what if we want user to read value based on some input?? In that case parameter is required. Example i have installed UPI application on my mobile now to check bank balance every time i have to give code or some key
by using constructor maybe.
To read value better to go declaring the value at runtime than assigning to that property &get retrieve the value,in set if u want to write validations here based on ur requirement then assigning the value to variable
Could You Teach us Windows Form Application in c# ?
Thank you.
i'm sure that you can reduce the time of the lecture to half ,please
Thank you sir
Can you upload delegates and generics plz....
👍👍👍
Sir u not provide windows application?
sir i have a ques at 27:17 u said we can't give conditions without using property but if we do not use property we will have to write 2 methods and we can give condition in that method naa
yes, you can write
thank u sir
Anybody 2024?
time 28 minute and 27 sec. what you explained not able to understand
Thank you
Thank you Sir