THIS NEEDS TO BE DONE IN C#! Take the following class: class Pokemon { string Name; string Type; int Health; } Override the ToString method so that it it outputs the Pokemon's heath.  Example: Let's say we have a Pikachu named Sparky and it had 200 health.  When we called ToString, we would get the following string: Rex: Pikachu (200)

C++ Programming: From Problem Analysis to Program Design
8th Edition
ISBN:9781337102087
Author:D. S. Malik
Publisher:D. S. Malik
Chapter11: Inheritance And Composition
Section: Chapter Questions
Problem 6PE
icon
Related questions
Question

THIS NEEDS TO BE DONE IN C#!

Take the following class:

class Pokemon {

string Name;

string Type;

int Health;

}

Override the ToString method so that it it outputs the Pokemon's heath.  Example: Let's say we have a Pikachu named Sparky and it had 200 health.  When we called ToString, we would get the following string:

Rex: Pikachu (200)

 
 
 
 
 
 
 
 
Expert Solution
steps

Step by step

Solved in 2 steps

Blurred answer
Follow-up Questions
Read through expert solutions to related follow-up questions below.
Follow-up Question

This needs to be done in C#!!!!!!!

Solution
Bartleby Expert
SEE SOLUTION
Knowledge Booster
Data members
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ Programming: From Problem Analysis to Program…
C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning