Which is better interface or abstract class in c#?


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

Post New Answer

More C Sharp Interview Questions

What is a shared assembly?

0 Answers   Wipro,


How do I create a multi language, multi file assembly?

0 Answers  


Explain states of a thread in c#?

0 Answers  


Tell me something about Exceptions. What is the common exception class?

4 Answers   HCL,


Using system; class main { public static void Main() { int a = 1; for (int i = 0; i < 10; i++) { int j = a * 5; Console.WriteLine(a + "*5=" + j); a++; } Console.ReadLine(); } }

1 Answers  






For a combobox and a listbox same datatable given as a datasource. Now problem is that whenever focus of listbox changes selected value of combobox also get change or vice versa. what to be done to avoid this. According to requirement we cannot make different datasouce.

2 Answers   Syntel,


Which is the best language for desktop application?

0 Answers  


Why do we use hashtable in c#?

0 Answers  


How many bytes is a char c#?

0 Answers  


What is datatable and dataset in c#?

0 Answers  


What is int64 in c#?

0 Answers  


Can we have the method in drived class with the same name which is there in base class?

6 Answers   TCS,


Categories