Properties in C# Part-1 | C#.NET Tutorial | Mr. Bangar Raju

Поделиться
HTML-код
  • Опубликовано: 21 янв 2025

Комментарии • 61

  • @angelanaya8037
    @angelanaya8037 5 лет назад +44

    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

    • @kick3020
      @kick3020 4 года назад +1

      s ur 100persent true

  • @sonlinesonline
    @sonlinesonline 3 года назад +3

    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.

  • @kavindra8014
    @kavindra8014 2 года назад +1

    And here we go.....found what I was searching from couple of days... a very much ThankYou sir

  • @DineshKumar-lq2ck
    @DineshKumar-lq2ck 3 года назад +2

    You are a great teacher. I am short of words to explain how well you teach. I am highly obliged to you SIR.

  • @neets95
    @neets95 4 года назад +1

    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!!

  • @abhaykumar4848
    @abhaykumar4848 2 года назад

    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.

  • @unscriptedsky
    @unscriptedsky 2 года назад +1

    Sir your Way of teaching is So Good👏👏👏

  • @rahimullah3325
    @rahimullah3325 3 года назад

    Sir ,hope you are doing good , you are the best teacher that I have ever seen in my life.

  • @arushraj3807
    @arushraj3807 3 года назад +2

    Brilliant tutorial, the way you make us understand is commendable 🙂

  • @Faith39508
    @Faith39508 Год назад

    Thabku so much sir..I was very confused for using get set ..Now its all clear because of you thanku so much sir❤

  • @AmitTanwarRajput
    @AmitTanwarRajput 5 лет назад

    Kya baat h guru g best 👍💯excellent

  • @zokizuan
    @zokizuan 3 года назад

    Thank you So much.. For your hardwork and publishis tutorials to RUclips

  • @banzaivt
    @banzaivt 5 лет назад +1

    Man, that was nice! Thanks for the video, it was the only one able to make me understand that stuff. You're awesome!

    • @nallaspathfinder9779
      @nallaspathfinder9779 4 года назад

      subscribe here if you like this .net interview questions :ruclips.net/video/H8b0RV6iG_s/видео.html

  • @amandeepsingh4885
    @amandeepsingh4885 7 лет назад +1

    No one can teach like u sir

  • @anandaag8713
    @anandaag8713 2 года назад

    Really a great teaching

  • @birajdarvinay95
    @birajdarvinay95 4 года назад

    Thorough and yet concise. Thanks a lot..!!

    • @nallaspathfinder9779
      @nallaspathfinder9779 4 года назад

      subscribe here if you like this .net interview questions :ruclips.net/video/H8b0RV6iG_s/видео.html

  • @gouravkumarshaw417
    @gouravkumarshaw417 Год назад

    You are great Thanks!!

  • @shisusingh8415
    @shisusingh8415 7 лет назад

    Superb explanation sir

  • @Vimalkumar-gp7xt
    @Vimalkumar-gp7xt 4 года назад

    very nicely explained

  • @davidchebii9267
    @davidchebii9267 6 лет назад

    Great Teacher!

  • @AD-ng4mz
    @AD-ng4mz 8 лет назад

    Thank you Sir. Nicely explained.

  • @fahimrashid438
    @fahimrashid438 5 лет назад

    Ana great way to teach

  • @abdulshakeer2787
    @abdulshakeer2787 7 лет назад

    Very good explanation

  • @achyutanandadora7925
    @achyutanandadora7925 8 лет назад

    thank u sir .......for this video .....realy help me........

  • @manishbatgiri2210
    @manishbatgiri2210 7 лет назад

    Great sir

  • @DOCKALIA
    @DOCKALIA 7 лет назад

    very great sir

  • @akhileshverma3729
    @akhileshverma3729 3 года назад

    learning in 2021 thankyou Sir

  • @ronaldjohnson4470
    @ronaldjohnson4470 7 лет назад

    Great tutorial

  • @sayyednagma2232
    @sayyednagma2232 8 лет назад

    thank you sir good explanation

  • @vyshnavichittibomma2368
    @vyshnavichittibomma2368 7 лет назад

    explination was very good sir, please upload delegates,events

  • @chaitanyavd6907
    @chaitanyavd6907 5 лет назад

    Thanks a lot.. sir..

  • @mohiuddin8589
    @mohiuddin8589 6 лет назад

    great

  • @srinivasaraoyp3640
    @srinivasaraoyp3640 5 лет назад

    Thank you.

  • @pogirirambabu1174
    @pogirirambabu1174 8 лет назад

    Thank you sir

  • @fooballers7883
    @fooballers7883 Год назад

    Thank you ...much appreciated.

  • @abubakaribrahim2676
    @abubakaribrahim2676 4 года назад

    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

  • @ishansharma6341
    @ishansharma6341 6 лет назад +1

    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

    • @shadestorm3995
      @shadestorm3995 6 лет назад

      by using constructor maybe.

    • @mbabu3649
      @mbabu3649 4 года назад

      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

  • @bhavyagarg29
    @bhavyagarg29 5 лет назад

    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

  • @srinathsanthi818
    @srinathsanthi818 5 лет назад +1

    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?..

    • @nallaspathfinder9779
      @nallaspathfinder9779 4 года назад

      subscribe here if you like this .net interview questions :ruclips.net/video/H8b0RV6iG_s/видео.html

  • @ranjithkumar4170
    @ranjithkumar4170 8 лет назад

    thank u sir

  • @ishansharma6341
    @ishansharma6341 6 лет назад

    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.

    • @pramodwayal4207
      @pramodwayal4207 2 года назад

      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.

  • @raziahmad2376
    @raziahmad2376 4 года назад

    👍👍👍

  • @deepbpatel2183
    @deepbpatel2183 2 года назад

    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.

    • @satyamsagar
      @satyamsagar 2 года назад

      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

  • @PoojaHegde_GP
    @PoojaHegde_GP 7 месяцев назад +3

    Anybody 2024?

  • @rahimullah3325
    @rahimullah3325 3 года назад

    Could You Teach us Windows Form Application in c# ?

  • @sagarikabehera5234
    @sagarikabehera5234 6 лет назад

    Sir u not provide windows application?

  • @ipr5114
    @ipr5114 8 лет назад

    Can you upload delegates and generics plz....

  • @ahmedaldana151
    @ahmedaldana151 5 лет назад +1

    i'm sure that you can reduce the time of the lecture to half ,please

  • @rohittiwari7019
    @rohittiwari7019 2 года назад

    time 28 minute and 27 sec. what you explained not able to understand

  • @preetamvarun9219
    @preetamvarun9219 7 месяцев назад

    Thank you

  • @amithamohan3293
    @amithamohan3293 5 лет назад

    Thank you Sir