adspace
What are the different types of Classes in .NET?
Answer Posted / 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 View All Answers