Learn C# for beginners: 54 - Get and Set Methods

Поделиться
HTML-код
  • Опубликовано: 11 окт 2024
  • If you enjoyed this video please comment below and give me a thumbs up! It goes a long way.
    If you want to keep watching these videos make sure to subscribe!
    You can contact me at:
    Twitter: / jdprogramming
    For business Inquires please email at: JDProgramming@Outlook.com

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

  • @clavequimbo8772
    @clavequimbo8772 8 лет назад +14

    The most neat and crystal clear tutorials that I've ever watched:)

  • @arkplato2186
    @arkplato2186 Год назад +1

    2023, still the most legit source of learning C# (concept explanation is just mind boggling), cannot thank enough

  • @Halleluja35
    @Halleluja35 7 лет назад +4

    Extremely well done tutorial!! Best C# tutorial I've watched on youtube! Please continue uploading!! Thanks alot! This was first one for me, looking forward to watching all your other ones too. // Daniel

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

    I am very much a beginner and was trying to understand get and set functionality. Very well articulated!!

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

    You taught us interface without knowing.. your great....plz upload advance c# tutorial please...Thank you for your help and support.

  • @-Harambe
    @-Harambe 7 лет назад +4

    great great great!! And someone spoke in English that I understood. :)

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

    well done! like the way you explained everything! just subscribed 😀

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

    great tutorial! that helped me. thanks!

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

    This was a fantastic video. Thanks.

  • @gamie123456
    @gamie123456 8 лет назад +1

    thank you very much. you are a great Teacher.

  • @raimiralvarez6998
    @raimiralvarez6998 6 лет назад +2

    maybe instead of using get and set as methods u can use them creating public variables(properties) as below
    private string name;
    public string Name
    {
    get
    {
    return name;
    }
    set
    {
    if( name !=" " )
    name = value;
    }
    }

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

    Your Tutorials are excellent!

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

    Great Job Jesse!

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

    Very helpful.

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

    thanks this helps a lot

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

    awesome dude, thanks!

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

    great love u sir