What is a struct in C#?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Sharp Interview Questions

What do you mean by default constructor?

0 Answers   NIIT,


Is string a class in c#?

0 Answers  


What is the advantage of generics in c#?

0 Answers  


How do you declare an arraylist?

0 Answers  


what is the need of using interface in program ex:if we have a program like this interface1() { void method1(); void method(); } class a1 : interface1 { a1 b = new b(); b.method1(); b.method2(); } so without using interface also we can achieve this then wat is the need to use the interface? plz give me the answer

1 Answers  






Explain different properties of object oriented systems.

0 Answers  


Define multicast c# delegate?

0 Answers  


What is a virtual property. Give an example?

0 Answers  


Explain the 3 types of properties in c# with an example?

0 Answers  


What's the c# syntax to catch any possible exception?

0 Answers  


Is php better than c#?

0 Answers  


Is c# slower than java?

0 Answers  


Categories