What are the different types of Classes in .NET?



What are the different types of Classes in .NET?..

Answer / Umesh Kumar Tiwari

There are primarily three types of classes in .NET: 1. Value types (structs) 2. Reference types (classes, interfaces, arrays, strings) 3. Delegates and Enums (can be considered as a specialized type of reference types).

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Dot Net General Interview Questions

Do you know what is lambda expressions in c#?

1 Answers  


Is the COM architecture same as .Net architecture? What is the difference between them (if at all there is)?

1 Answers   Infosys,


Difference between machine.config and web.config?

1 Answers  


How do you turn off cookies for one page in your site? Give an example.

1 Answers  


What is meant by localization?

1 Answers  


What is the advantage of .net core?

1 Answers  


Hi, Requirement is: try { \\SQL Query } catch(Exception i) { print a } catch(SQLQueryException e) { \\SQL Query } Got Exception in "try" block. Which "catch" throws exception and Why??? Please provide the answer in detail.. Thanks for the help!!!

3 Answers   3i Infotech,


Can you create instance of a class which has private constructor?

1 Answers  


What is web.config in .net?

1 Answers  


What are the properties of ADO.NET?

1 Answers   Amdocs,


What class does icon derive from? Isn't it just a bitmap with a wrapper name around it?

1 Answers  


What should you do to store an object in a viewstate?

1 Answers  


Categories