Це відео не доступне.
Перепрошуємо.

Learn C# for beginners: 52 - Creating a Class

Поділитися
Вставка
  • Опубліковано 13 бер 2015
  • 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

КОМЕНТАРІ • 5

  • @chriswilson9269
    @chriswilson9269 8 років тому

    Thanks Jesse. I watched all your older videos for C# first and went over your new ones as well. Old ones were great but these are even better. Programming is new to me so I have followed a number of people on UA-cam to learn more and these videos have by far been the most useful.

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

    Excellent Video, thanks :)

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

    Hi Jesse, thank you so much for these videos, I have enjoyed them and learned a lot but I do have one question if I may. I was watching a video on new features in C# 6.0 and mentioned the using static feature ie using static System.Console; to load the static methods of this class but I have noticed that I cannot use this for custom classes as I do not know what namespace they occupy. Do you know if this feature is available for custom classes and, if so, do you know what namespace custom classes occupy?

  • @rison.prasadkarayil787
    @rison.prasadkarayil787 4 роки тому

    hi, so 'method' is also called 'function'?

  • @Historyan
    @Historyan 7 років тому

    thanks, hey i wanna ask. whats difference between class use new object and inheritance then?