КОМЕНТАРІ •

  • @binjozoken6055
    @binjozoken6055 2 роки тому +8

    That was a great explanation. 1) You showed the wrong way(technically) of accessing fields from another class. 2) You showed the old way. 3) You showed the right way. 4) You showed the best way. Finally, C# getters and setters have become demystified. Thanks a ton for this.

  • @mohamedabdelaal8582
    @mohamedabdelaal8582 3 роки тому +7

    I love how you explained all 3 approaches and mentioned which one is the best practice!

  • @saitejapala3208
    @saitejapala3208 11 місяців тому

    This is the clean and clarity explanation in all over the youtube

  • @abdulrafay2420
    @abdulrafay2420 2 місяці тому

    Best explanation ❤

  • @joehiker8114
    @joehiker8114 2 роки тому

    Thank you, i have been trying to get my head round {get, set} for so long. I figured it was something like this, but had never actually seen it explained.

  • @ryangoods7949
    @ryangoods7949 3 місяці тому

    Thanks for this, coming from C++ I was using the second method or the 'old way' which is why I looked for a video about getters and setters

  • @codecakeee
    @codecakeee 2 роки тому

    I like the way you explain things, Keen to watch your oop stuff!!! Hope you continue the journey.

  • @maxospovat8959
    @maxospovat8959 2 роки тому

    super helpful and cleared up any misconceptions I had from other videos which didn't show the differences thank you!

  • @BlobifyYT
    @BlobifyYT 6 місяців тому +1

    can someone please explain why accessing fields the first way is bad or wrong?

  • @Nocturnes1984
    @Nocturnes1984 Рік тому

    2022: Handy shortcuts are using prop and propfull
    Great tutorial!

    • @NPC_YOUTUBE_USER
      @NPC_YOUTUBE_USER Рік тому

      do you know how to make propfull for my variables, variables that i have been created before

  • @NPC_YOUTUBE_USER
    @NPC_YOUTUBE_USER Рік тому

    do you know how to make propfull for my variables, variables that i have been created before

  • @ichig085
    @ichig085 4 роки тому

    I'm new to coding and I'm learning C#. I have Visual Studio 2019 on my Mac and when I run a console program like Console.Write("Hello World") it displays the output within VS instead of launching terminal on the Mac like yours is doing here. How can I make mine display the outputs in terminal???

    • @subliminalcastillo2126
      @subliminalcastillo2126 4 роки тому

      That looks as if it would be a Build/Compile issue, as in you are currently building/compiling the output to the VS client. Try messing around with the build button (the drop down arrow on the right side of it) and see if you can select Mac OSx terminal from there. I don't know anything about Mac, and I can hardly say I know anything about Visual Studio, but I figure it's worth a try. More often than not, though, terminal cannot support builds from VS, hence why it defaults to VS anyway.

  • @lucasferreira8229
    @lucasferreira8229 Рік тому

    Excellent!!

  • @geodimi7742
    @geodimi7742 2 роки тому

    great series, thanks again

  • @joebrooks3638
    @joebrooks3638 4 роки тому

    I'm working on a code for make and model in c#. Opp and tdd exercise

  • @ArnoldNatasha-f6f
    @ArnoldNatasha-f6f 5 місяців тому

    Makes sense man

  • @ahtionpc4364
    @ahtionpc4364 3 роки тому

    loved it thanks alot

  • @mahmoudelbrolosy5536
    @mahmoudelbrolosy5536 3 роки тому

    i did not understand it from alot of Arabic language but i understand it from you very well
    my first language is not English :D thank you

  • @orioncallaghan2659
    @orioncallaghan2659 Рік тому

    Thanks for showing what the shorthand is actually doing here.

  • @paulvarshan5419
    @paulvarshan5419 3 місяці тому

    6:08 6:08
    10:57