C# List of objects 🦸‍♂️

แชร์
ฝัง
  • เผยแพร่เมื่อ 23 ธ.ค. 2024

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

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

    using System;
    using System.Collections.Generic;
    namespace MyFirstProgram
    {
    class Program
    {
    static void Main(string[] args)
    {
    List players = new List();
    players.Add(new Player("Chad"));
    players.Add(new Player("Steve"));
    players.Add(new Player("Karen"));
    foreach (Player player in players)
    {
    Console.WriteLine(player);
    }
    Console.ReadKey();
    }
    }
    class Player
    {
    public String username;
    public Player(String username)
    {
    this.username = username;
    }
    public override string ToString()
    {
    return username;
    }
    }
    }

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

      how can i do that inside a method?
      So i want a function to use user input in the console to create a object

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

      @@DiogoGaming2 Just use Convert.ToString() method and create another function in order to take input for instance:
      using System;
      using System.Collections.Generic;
      namespace MyFirstProgram
      {
      class Program
      {
      static void Main(string[] args)
      {
      Player player = new Player("Ali");
      player.ChangeName();
      }
      class Player
      {
      public String name;
      public String new_name;
      public Player(String name)
      {
      this.name = name;
      }
      public void ChangeName()
      {
      Console.WriteLine($"What would you like the new name to be? Current name of player is: {name}");
      String new_name = Convert.ToString(Console.ReadLine());
      name = new_name;
      Console.WriteLine($"Name of player has been changed new name is: {new_name}");
      }
      }
      }
      }

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

      This right here, specifically how to properly write a foreach function, helped me more than you can possibly know!

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

    "Religion, ideology, resources, land, spite, love or just because… No matter how pathetic the reason, it’s enough to start war. War will never cease to exist… reasons can be thought up after the fact… Human nature pursues strife."
    ~ Pain

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

    fast and clear, thank you! I have been trying to find how to make a new object anonymous for so long now

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

    Thanks for the video Bro.

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

    Thanks, bro

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

    best

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

    Very nice.

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

    This is gold, saved me a hell of stress

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

    Can you explain why overriding the ToString method changes the display of the object when passing it through writeline

  • @ci-chol
    @ci-chol 2 ปีที่แล้ว +2

    How would you go about sorting or searching this list of objects? Since the anonymous objects are all the same according to the list (duplicate Player objects), how could I sort and perform a binary search to find a user with a specific name?

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

      LINQ

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

    you are such a bro, bro.

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

    thx man really helping me out here

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

    nice :D

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

    just some random comment:
    w video !

  •  3 ปีที่แล้ว

    Thanks Bro!

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

    holy shit I fucking love you

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

    where is the video like this but remove and clear instead add pls?

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

    Worked!

  • @CầnbiếtKo-k5i
    @CầnbiếtKo-k5i ปีที่แล้ว

    helo , tôi muốn ông làm về khoá học unity được không , nếu không chả lời thì chỉ có người chếết mới làm vậy

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

    lesson check😇

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

    random comment down below

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

    third

  • @Suckit-b6k
    @Suckit-b6k ปีที่แล้ว

    christmas

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

    Random Comment

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

    A random comment down below.

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

    This is not random comment!

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

    random comment

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

    Random comment #44

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

    Cloud app in java 😭😭😭