Part I: Theoretical Questions (4 marks each) 1. Define .NET Framework class library. List any three namespaces defined i
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
Part I: Theoretical Questions (4 marks each) 1. Define .NET Framework class library. List any three namespaces defined i
Part I: Theoretical Questions (4 marks each) 1. Define .NET Framework class library. List any three namespaces defined in .NET Framework class library with description. [20 Marks] 2. Which of the following are invalid variable names? If a variable is invalid, state the reason, why is it so? a) Aou b) GCC Country c) lab d) int 3. Describe abstract classes in C# with an example. Explain the example in your own words. 4. Explain any two ways of passing parameters to a method in C#. Give an example. Explain the example in your own words. 5. How multiple inheritance is implemented in C#? Demonstrate with the help of an example.