What is difference between Enum and Struct?
Can abstract class have parameterized constructor?
In C#, explain the difference between overloading and overriding.
What is the use of parse in c#?
in object oriented programming, how would you describe encapsulation?
Is a decimal an integer?
Can we inherit an abstract class in another abstract class. If no why and If yes how..?
Explain About sn.exe
can you overload a method of class A in Class B if it is derived class of A?If it is yes tell me how is it possible?
4 Answers Mphasis, Ness Technologies,
What is public void in c#?
What is the difference between array.find method and arraylist.find method?
Why are dynamic link library used over static one?
How does insertion sort work?