Design implement test and debug a C# program that displays a pets name when a button is clicked.Must be created in Visual studio 2010Create a graphical user interface (GUI) with a button labeled Pets name.Declare a class named Pet using a class modul
Design implement test and debug a C# program that displays a pets name when a button is clicked.Must be created in Visual studio 2010Create a graphical user interface (GUI) with a button labeled Pets name.Declare a class named Pet using a class module not in the formProvide two properties(name and age) to the class using the .Net accessor syntax ( get and set)Instantiate the class via a constructor to create objectWhen the Pets name button is clicked the program will display the name of the pet retrieved from the Pet object in a label on the form.Zip allthe files of the project together and submit the zipped file to me