Question: This is to be writen in C# Programming language. THE BEST EXOTIC ANIMAL MOTEL 225 Name: Morris Type Cat Per-dents Tag 100, Namme Spes, Type
This is to be writen in C# Programming language.



THE BEST EXOTIC ANIMAL MOTEL 225 Name: Morris Type Cat Per-dents Tag 100, Namme Spes, Type Dog Admit to Motel Display Residents Evict All Residents age 10, Name Harvey. Type Rabbt Ta:400, Narne Cindeela Type Dog Tag: 225, me Moeris, Type Cat Number of Rosidents 15.- The first task is to create a class called "Resident" that represents animals that are residents of the animal motel. After this class is complete, write code to add residents to alist for residents, display the list, and remove all residents from the list. Part 1 - Complete the Resident class as follows. First, Go to Project/Add Class - and call the new class "Resident". Once you've done that you complete the class by creating the following members. private int tagNumber; private string name; private string type; public Resident () public Resident (int tagNumber, string name, string type)constructors To) public int TagNumber public string Name public string Type read/write properties public string GetDisplayText() THE BEST EXOTIC ANIMAL MOTEL 225 Name: Morris Type Cat Per-dents Tag 100, Namme Spes, Type Dog Admit to Motel Display Residents Evict All Residents age 10, Name Harvey. Type Rabbt Ta:400, Narne Cindeela Type Dog Tag: 225, me Moeris, Type Cat Number of Rosidents 15.- The first task is to create a class called "Resident" that represents animals that are residents of the animal motel. After this class is complete, write code to add residents to alist for residents, display the list, and remove all residents from the list. Part 1 - Complete the Resident class as follows. First, Go to Project/Add Class - and call the new class "Resident". Once you've done that you complete the class by creating the following members. private int tagNumber; private string name; private string type; public Resident () public Resident (int tagNumber, string name, string type)constructors To) public int TagNumber public string Name public string Type read/write properties public string GetDisplayText()
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
