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?..
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
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
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.
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.
And here we go.....found what I was searching from couple of days... a very much ThankYou sir
You are a great teacher. I am short of words to explain how well you teach. I am highly obliged to you SIR.
Sir your Way of teaching is So Good👏👏👏
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!!
Thank you So much.. For your hardwork and publishis tutorials to UA-cam
Sir ,hope you are doing good , you are the best teacher that I have ever seen in my life.
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.
Brilliant tutorial, the way you make us understand is commendable 🙂
Kya baat h guru g best 👍💯excellent
Thorough and yet concise. Thanks a lot..!!
subscribe here if you like this .net interview questions :ua-cam.com/video/H8b0RV6iG_s/v-deo.html
No one can teach like u sir
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 :ua-cam.com/video/H8b0RV6iG_s/v-deo.html
You are great Thanks!!
very nicely explained
Thank you Sir. Nicely explained.
Superb explanation sir
thank u sir .......for this video .....realy help me........
learning in 2021 thankyou Sir
Very good explanation
Great Teacher!
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
thank you sir good explanation
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 :ua-cam.com/video/H8b0RV6iG_s/v-deo.html
Thank you ...much appreciated.
very great sir
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
Great tutorial
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
Great sir
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 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
Thanks a lot.. sir..
Thank you.
great
Thank you sir
Sir u not provide windows application?
Could You Teach us Windows Form Application in c# ?
Anybody 2024?
Can you upload delegates and generics plz....
thank u sir
👍👍👍
i'm sure that you can reduce the time of the lecture to half ,please
time 28 minute and 27 sec. what you explained not able to understand
Thank you
Thank you Sir