When do you generally use a class over a struct?


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

Post New Answer

More C Sharp Interview Questions

Is a games console a computer?

0 Answers  


class Program { void add() { int x=10, y=20; fun(); Console.WriteLine("{0}", sum); } void fun() { int sum; sum = x + y; } static void Main(string[] args) { Program f =new Program(); f.add(); } } Debug above program.....

3 Answers   HCL,


Explain the difference between “system.array.clone()” and “system.array.copyto()” in c#?

0 Answers  


What is interface c#?

0 Answers  


What is default boolean value in c#?

0 Answers  






Which string method is used for concatenation of two strings in c#?

0 Answers  


Why do we need to serialize data?

0 Answers  


Can you see a loop recorder?

0 Answers  


Is c# good for games?

0 Answers  


What is the difference between inheritance and abstract class?

0 Answers  


What are functions c#?

0 Answers  


What?s a delegate?

8 Answers   CTS, Visual Soft,


Categories