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!!
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
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.
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
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.
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 sir. You made it easy for us to understand these concepts of c#. Keep uploading new videos. Doing great job. Thank you once again.
Sir your Way of teaching is So Good👏👏👏
Sir ,hope you are doing good , you are the best teacher that I have ever seen in my life.
Brilliant tutorial, the way you make us understand is commendable 🙂
Thabku so much sir..I was very confused for using get set ..Now its all clear because of you thanku so much sir❤
Kya baat h guru g best 👍💯excellent
Thank you So much.. For your hardwork and publishis tutorials to RUclips
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 :ruclips.net/video/H8b0RV6iG_s/видео.html
No one can teach like u sir
Really a great teaching
Thorough and yet concise. Thanks a lot..!!
subscribe here if you like this .net interview questions :ruclips.net/video/H8b0RV6iG_s/видео.html
You are great Thanks!!
Superb explanation sir
very nicely explained
Great Teacher!
Thank you Sir. Nicely explained.
Ana great way to teach
Very good explanation
thank u sir .......for this video .....realy help me........
Great sir
very great sir
learning in 2021 thankyou Sir
Great tutorial
thank you sir good explanation
explination was very good sir, please upload delegates,events
Thanks a lot.. sir..
great
Thank you.
Thank you sir
Thank you ...much appreciated.
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
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
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
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 :ruclips.net/video/H8b0RV6iG_s/видео.html
thank u 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.
👍👍👍
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
Anybody 2024?
Could You Teach us Windows Form Application in c# ?
Sir u not provide windows application?
Can you upload delegates and generics plz....
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