What are different types of classes in c#?



What are different types of classes in c#?..

Answer / Chhaya Goswami

In C#, there are two main types of classes: value types (structs) and reference types (classes). Additionally, C# provides abstract classes which cannot be instantiated directly, and interfaces that define a contract for a set of methods and properties.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Sharp Interview Questions

What are the two keywords used to pass a variable by reference in c#?

2 Answers   IBM,


What is ildasm and obfuscator in net?

1 Answers  


if i want to transmit binary data,,,will it be support by Webservices or any exceptions ? define

2 Answers  


How many types of constructors are there?

1 Answers  


Is object an int c#?

1 Answers  


Can a class have multiple constructors c#?

1 Answers  


What is hashset c#?

1 Answers  


what is be the overhead, if i use binary transmission. and will it be sent using xml text or how ?

1 Answers  


What does exclamation mark mean in access query?

1 Answers  


What is dll file in c#?

1 Answers  


What are value types and reference types?

1 Answers  


Why do we use Design Pattern in C#?

1 Answers   Impetus,


Categories