Discussion: In C#, write the code to simple class, "Watch," that allows the time to be set. Then create two child classes, one "digitalWatch," one "analogWatch," that have different methods of setting the time. Test your code to make sure it works properly. Comment each line of code and explain what is occurring in each line you create? Post your code as your response.