C# static 🚫

แชร์
ฝัง

ความคิดเห็น • 115

  • @BroCodez
    @BroCodez  3 ปีที่แล้ว +25

    using System;
    namespace MyFirstProgram
    {
    class Program
    {
    static void Main(string[] args)
    {
    // static = modifier to declare a static member, which belongs to the class itself
    // rather than to any specific object
    Car car1 = new Car("Mustang");
    Car car2 = new Car("Corvette");
    Car car3 = new Car("Lambo");
    Console.WriteLine(Car.numberOfCars);
    Car.StartRace();
    Console.ReadKey();
    }
    }
    class Car
    {
    String model;
    public static int numberOfCars;
    public Car(String model)
    {
    this.model = model;
    numberOfCars++;
    }
    public static void StartRace()
    {
    Console.WriteLine("The race has begun!");
    }
    }
    }

    • @ch1nc2yk39
      @ch1nc2yk39 ปีที่แล้ว +1

      My bro You're a G, thanks for the vid

  • @alianant
    @alianant 2 ปีที่แล้ว +58

    I'm a beginner programmer. I feel like you have this innate ability to smash through all the knowledge that you have, and distill it all into what even a beginner can understand.
    It's so clear and concise. You just leave all that extra knowledge by the side and it keeps you from overexplaining. You're amazing.

    • @khajiit5556
      @khajiit5556 ปีที่แล้ว +2

      9 months later where's your knowledge at :D

    • @ch1nc2yk39
      @ch1nc2yk39 ปีที่แล้ว

      @@khajiit5556 "Explain" doesn't mean the knowledge he poured into his student's head will stay there forever you get an explanation if u make use of it or not is up to you
      Oh and btw, if we use your logic to memories you have does it mean you didn't live through your early years or what?

    • @khajiit5556
      @khajiit5556 ปีที่แล้ว +6

      @@ch1nc2yk39 bro what are you saying😂

    • @it41148
      @it41148 หลายเดือนก่อน

      2 years, please tell me you've released a game ;-0

  • @DamnTimCan
    @DamnTimCan 2 ปีที่แล้ว +25

    Best explanation of how we should use statics I have found.

  • @WillyBGames
    @WillyBGames ปีที่แล้ว +8

    I have been programming for years at a somewhat base level but I have had multiple people explain static to me and this video is the first time I've actually fully grasped the use of it and the power behind it. Thanks for the short but knowledge filled video.

  • @Bobreallywantsfriends
    @Bobreallywantsfriends ปีที่แล้ว +5

    I've been finding it pretty hard to understand concepts because every other resource i've used overexplains everything, you just make it clear and concise. I'm finally starting to understand, I didn't know I can learn the basics of static members in just 5 minutes. Thanks Bro Code!

  • @EnglishVocabularyBooster
    @EnglishVocabularyBooster ปีที่แล้ว +3

    Bro, you are a really brilliant teacher! For 10 years I have been struggling with this static thing. Now I understood it in 5 minutes. That is amazing!!! Thank you!

  • @tranielpride1362
    @tranielpride1362 3 ปีที่แล้ว +19

    Bro thank you so much. THIS IS A HUGE HELP.

  • @nubnoobbo
    @nubnoobbo 3 หลายเดือนก่อน +3

    1:52 I understood it right here. Wow that's cool.

  • @Millequattro
    @Millequattro 2 ปีที่แล้ว +2

    You are fantastic. Please never abandon us, keep on creating videos

  • @AmbrozeSE
    @AmbrozeSE 10 หลายเดือนก่อน

    You should have seen me cheering up when you finally made this whole thing clear. Now I clearly understand what a static member means in a class. Thank you so much.

  • @heek40
    @heek40 9 หลายเดือนก่อน

    Went through like 5 videos explaining this topic and yours was the only one that made sense. Good stuff!

  • @zacharypaulino2023
    @zacharypaulino2023 2 หลายเดือนก่อน

    Just started learning c# this is the best video i have seen to help explain static

    • @it41148
      @it41148 หลายเดือนก่อน +1

      1 month, you still going?

  • @enespinar9711
    @enespinar9711 ปีที่แล้ว +1

    Bro your explanation is superior

  • @jonathanpaz9250
    @jonathanpaz9250 14 วันที่ผ่านมา

    This explanation blew my mind,
    Thank you Bro Code.
    Best Explanation that works for me.

  • @khoa4k266
    @khoa4k266 10 หลายเดือนก่อน

    No one explained this easier than you bro. Thank you so much!

  • @surrealista06
    @surrealista06 4 หลายเดือนก่อน

    Extraordinary explanation. I should've starting watching your videos long time ago.

  • @ariwanabdollah6758
    @ariwanabdollah6758 ปีที่แล้ว

    Very nice explanation for someone who's learning C# :)

  • @AlirezaR5
    @AlirezaR5 ปีที่แล้ว

    Thanks bro.
    Been following you since you had only 2k subscribers

  • @lunaticberserker5869
    @lunaticberserker5869 2 ปีที่แล้ว +1

    He's truly a Chad when it comes to explaining stuff.

  • @JamesBond-jp6dp
    @JamesBond-jp6dp ปีที่แล้ว

    My college teacher just went through the comment bit explaining it but then didnt explain that whereas you have explained the explanation which i now understand, thanks

  • @yess.6558
    @yess.6558 ปีที่แล้ว

    Amazing explanation! All of your examples are really good!

  • @the_3d_cookie
    @the_3d_cookie 2 ปีที่แล้ว

    where have you been all my life
    These videos are so easy to understand
    Thanks Bro

  • @spartanranger
    @spartanranger 3 ปีที่แล้ว +3

    Oh yeah, thanks for the video Bro.

  • @alcanyantelcontar6957
    @alcanyantelcontar6957 25 วันที่ผ่านมา

    I just found your channel and I love every video,v best explanations on TH-cam

  • @Atom-Mercury
    @Atom-Mercury ปีที่แล้ว

    Best video about static i`ve watched. Thanks Bro.

  • @devway5473
    @devway5473 ปีที่แล้ว

    Thank you i was trying to count within the class and could not figure it out this helps a ton!

  • @anumamir9772
    @anumamir9772 7 หลายเดือนก่อน

    God bless u dude. i watched several videos some had weird Indian english, some just couldn't explain it in a way i could understand and some were both. 😒😒. finally understood what this static is. been coding for quite some time always tried my best to stay away from the word "static".

  • @iamnotapro869
    @iamnotapro869 2 ปีที่แล้ว

    That was easy
    Love all of ur videos they answer the questionz that kept bothering me for so long . U earned a sub

  • @mithraperera5980
    @mithraperera5980 2 ปีที่แล้ว

    Your explanation is amazing! Thank you!!

  • @MDBoss-fv2eu
    @MDBoss-fv2eu 6 หลายเดือนก่อน

    Thanks! Had a blue locke awakening watching this

  • @peternydahl6150
    @peternydahl6150 ปีที่แล้ว

    Wow, so well explained. Genius! 🙏🏻🙏🏻🙏🏻 Thanks a lot! :D

  • @stra3947
    @stra3947 3 ปีที่แล้ว +2

    Great that you write the code to your video .

  • @FunnySubmarine-ij4zk
    @FunnySubmarine-ij4zk 10 หลายเดือนก่อน

    The definitions you use are up to the point🏹

  • @thg1nrediar
    @thg1nrediar 2 ปีที่แล้ว +2

    Thank you,and good vídeo

  • @chile7743
    @chile7743 ปีที่แล้ว

    these tutorials are god_tier

  • @sweatermanny94
    @sweatermanny94 2 ปีที่แล้ว

    Very clear explanation, thanks!

  • @jennerhecox
    @jennerhecox ปีที่แล้ว

    Excellent explanation!

  • @UmarAlFarooq
    @UmarAlFarooq 2 ปีที่แล้ว

    AWESOME explanation!! Thank you!!

  • @shalev448
    @shalev448 3 หลายเดือนก่อน

    thank you so much.
    why are you so good at explaining???

  • @黃祐宇
    @黃祐宇 3 ปีที่แล้ว

    nice explanation

  • @145Jamie
    @145Jamie ปีที่แล้ว

    This was GREAT! Thank you

  • @luke2042
    @luke2042 10 วันที่ผ่านมา

    Such a good explanation

  • @PolarGenre
    @PolarGenre 2 ปีที่แล้ว

    Bro, you explained this so well!

  • @user-xl5lc3qw5z
    @user-xl5lc3qw5z 2 ปีที่แล้ว +1

    Finally a good explanation

  • @John_Macaroni
    @John_Macaroni ปีที่แล้ว +1

    great tutorial

  • @SoulOfReagge
    @SoulOfReagge ปีที่แล้ว

    This was so useful! Thanks man!

  • @Michael-sb1tt
    @Michael-sb1tt 10 หลายเดือนก่อน

    Awesome videos! Keep it up!

  • @simonroyjonesuk
    @simonroyjonesuk ปีที่แล้ว

    What a great video. Thanks

  • @szyszak3338
    @szyszak3338 2 หลายเดือนก่อน

    nicely explained

  • @ahmedishmumrashique6285
    @ahmedishmumrashique6285 2 ปีที่แล้ว

    good explaination

  • @cimiur
    @cimiur 4 หลายเดือนก่อน

    clear and concise. thanks!

  • @redheadrusskie
    @redheadrusskie 3 ปีที่แล้ว +1

    Thanks so much!

  • @thomaskojiabe7495
    @thomaskojiabe7495 2 ปีที่แล้ว

    So easy to understand. thank you.

  • @Notghale
    @Notghale 5 หลายเดือนก่อน

    Dude. thank you. Youre awesome

  • @johnasblasco3564
    @johnasblasco3564 ปีที่แล้ว

    nice explanation bro

  • @ITGUY-b9u
    @ITGUY-b9u 2 ปีที่แล้ว

    the best explanation thank you so much

  • @aiueo8962
    @aiueo8962 ปีที่แล้ว

    That's great, now, I just know how to use static modifier, thanks..

  • @FullExtension1
    @FullExtension1 2 ปีที่แล้ว

    you are such a bro, bro.

  • @armoirestudio
    @armoirestudio หลายเดือนก่อน

    You are awesome !

  • @asafb1984
    @asafb1984 2 ปีที่แล้ว

    Concise and great.

  • @boopfer387
    @boopfer387 2 ปีที่แล้ว

    very clear thank you!

  • @FiR3Dr4g0n
    @FiR3Dr4g0n 2 ปีที่แล้ว +1

    awesome tut!!! what's your vs theme btw?

  • @Phil-nc5mw
    @Phil-nc5mw ปีที่แล้ว

    Ive spent forever trying to understand why you would want to use static and it finally clicked.

  • @souleyedeme1902
    @souleyedeme1902 2 ปีที่แล้ว

    Thank you bro!

  • @cookiecrumbzi
    @cookiecrumbzi ปีที่แล้ว +2

    Question: Is there any difference between using the static modifier vs the abstract modifier for a class?

    • @jorgeandrespalma2134
      @jorgeandrespalma2134 ปีที่แล้ว +4

      Yes. Abstract classes act as blueprints for other classes to inherit from while static classes serve as utility fixed classes.
      Quick example for static class: If you want to build a simple calculator, you can create a static class named Operations and have 4 static methods (add, subtract, division, multiply), each method will perform an operation with int a & b. To call it, simply put Operations.Add(1,2) in your main program. Other classes won't be able to modify the method and will not be able to create objects from this class.
      Quick example for abstract class: You want animals to make a sound. You will create an abstract class named Animals and create an abstract method MakeSound(), You're now preventing people from creating an object from Animal, which by itself is not an animal. Now you create a Dog class that inherits from Animal. Now you can override the MakeSound method to console write "bark". If you want to hear the bark, you need to create a Dog object and then call the method:
      class Dog : Animal
      Dog dog = new Dog();
      dog.MakeSound(Console.WriteLine("Bark");
      I hope this helps you or anyone else struggling to understand access modifiers. It's very important to know them well for professional success.

    • @mounikanimma189
      @mounikanimma189 ปีที่แล้ว

      Super ​@@jorgeandrespalma2134

  • @Arctic.Wolves
    @Arctic.Wolves ปีที่แล้ว

    Just for me to Refresh memory, thanks

  • @tbtmtfth
    @tbtmtfth ปีที่แล้ว

    amazing

  •  3 ปีที่แล้ว

    Thanks Bro!

  • @cutecandygames1874
    @cutecandygames1874 2 ปีที่แล้ว

    Thank you

  • @MartynasCepauskas
    @MartynasCepauskas 3 หลายเดือนก่อน

    what about private static methods ? any good ?

  • @6clix331
    @6clix331 2 ปีที่แล้ว

    this code bro guy is really cool

  • @LucParent905
    @LucParent905 3 ปีที่แล้ว

    thanks!

  • @m16averick
    @m16averick 8 หลายเดือนก่อน

    luv u bro

  • @fnarmusiccomposition3418
    @fnarmusiccomposition3418 2 ปีที่แล้ว +1

    the only bro we need is you not pewdiepie

  • @sbooontheroad
    @sbooontheroad ปีที่แล้ว

    thanks for the video, really nice! I tried to use your code in Visual Studio and get error message: Compiler Error CS5001 "
    Program does not contain a static 'Main' method suitable for an entry point". Hence i cannot run it. Anything i can do to make it run and close this error message? Thanks !

  • @ari-man
    @ari-man 2 ปีที่แล้ว

    Thanks bruv

  • @דניאלאלן
    @דניאלאלן 3 ปีที่แล้ว

    nice!

  • @asem8103
    @asem8103 4 หลายเดือนก่อน

    perfect

  • @LuizHenrique-gm1cc
    @LuizHenrique-gm1cc ปีที่แล้ว

    Thanks

  • @indiegamedevguy101
    @indiegamedevguy101 5 หลายเดือนก่อน

    make my brain turn mushyyyy goooooshieeeeieiei

  • @numa8202
    @numa8202 หลายเดือนก่อน

    thanku bro

  • @ubongsky1
    @ubongsky1 ปีที่แล้ว

    It was so clear

  • @SaeedDoSomthing
    @SaeedDoSomthing ปีที่แล้ว

    true American programmer🤣🤣

  • @arunachalpradesh399
    @arunachalpradesh399 2 ปีที่แล้ว

    bro do you like unity game engine development

  • @budderrar5751
    @budderrar5751 2 ปีที่แล้ว

    noice

  • @thg1nrediar
    @thg1nrediar 2 ปีที่แล้ว

    Yessss

  • @augischadiegils.5109
    @augischadiegils.5109 3 ปีที่แล้ว

  • @Overlordbr1
    @Overlordbr1 2 ปีที่แล้ว

    brabo

  • @definitelynotchris4776
    @definitelynotchris4776 3 หลายเดือนก่อน

    bzzz

  • @aditya_asundi
    @aditya_asundi 3 ปีที่แล้ว

    Bro please explain goto statement in cpp

  • @indiegamedevguy101
    @indiegamedevguy101 5 หลายเดือนก่อน

    make my brain turn musshy gooooshiieiieei

  • @whitedinamo
    @whitedinamo 3 ปีที่แล้ว

    lesson check😇

  • @ProphetSac
    @ProphetSac 2 ปีที่แล้ว

    i love u

  • @Ocer.
    @Ocer. ปีที่แล้ว

    Random comment years later

  • @baertbellemans7500
    @baertbellemans7500 ปีที่แล้ว

    Except, a car class shouldn't be keeping track of the number of cars there are and when the race has started.

  • @videoenjoyerthatlikesvidoes
    @videoenjoyerthatlikesvidoes ปีที่แล้ว

    :)

  • @pratyush_ngdgaikwad6563
    @pratyush_ngdgaikwad6563 ปีที่แล้ว

    meow (as you asked for a random comment) :)

  • @joaomarcosbastos9443
    @joaomarcosbastos9443 ปีที่แล้ว

    A random comment down below

  • @Proviper666
    @Proviper666 2 ปีที่แล้ว

    Random comnet

  • @БулатПочанов
    @БулатПочанов ปีที่แล้ว

    random comment down below