Creating a pokemon program using C# – Stack Overflow

I am trying to create a public base class Pokemon which have following attributes with the proper getters and setters ? Name of type string ? HP of type int …
View full source