© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
C#C
C#•17mo ago•
96 replies
Merineth

Creating a class Player based on instructions

Hi i got a few questions.
What exactly does an enum do and how would it apply to my program?`
    public abstract class Player
    {
        private string name;
        private string Disk;

        public abstract void RequestMove(GameBoard GameBoard, string[] ListOfValidMoves);
    }
    public abstract class Player
    {
        private string name;
        private string Disk;

        public abstract void RequestMove(GameBoard GameBoard, string[] ListOfValidMoves);
    }
image.png
C# banner
C#Join
We are a programming server aimed at coders discussing everything related to C# (CSharp) and .NET.
61,871Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements
Next page

Similar Threads

✅ Changing variables based on player input
C#CC# / help
3y ago
creating objects in a different class
C#CC# / help
3y ago
❔ Creating a class that takes a Logger for both the class and its base class
C#CC# / help
4y ago
Problem with creating controller based on EF Core
C#CC# / help
4y ago