Introduction - If you have any usage issues, please Google them yourself
Write a console application, complete the following features, and answer questions. 1) create a category A, in the constructor of the output A , then create a category B, in the constructor of the output B . 2) A succession of a new class called C and C to create a member B. Do not create a constructor for C. 3) In the Main method to create an object of type C, write the output after running the program results. 4) If C also create a constructor output C , the results of running the whole procedure, what is it? 6. Write a console application, complete the following functions, and write the output after running the program results