Explain use of abstract and sealed classes in c#?


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

Post New Answer

More C Sharp Interview Questions

interface a { Method1() Method2() } class b: a { override Method1() override Method2() } what will happen & why?

5 Answers  


Explain static class members.

0 Answers  


What is the difference between arraylist and list in c#?

0 Answers  


What is the Use Of Interfaces? For example I have a interface as shown below? Interface IMyInterface { public void MyMethod(); } class MyClass : IMyInterface { public void Mymethod() { Some Code } } class Program { static void Main(string[] args) { MyClass obj = new MyClass(); obj.MyMethod(); } } Here What is My Question is? If i remove Interface and run this code, it will executed then what is the Use of the interface? Can any one give me the solution for this Problem? Thanks in Advance!

1 Answers   HCL,


What is the difference between ienumerable and icollection?

0 Answers  


Does c# replace c++?

0 Answers  


How do I make a dll in c#?

0 Answers  


What are the types of threading models ?

4 Answers   Digital GlobalSoft,


What are tuples c#?

0 Answers  


Explain About Assembly in .NET, types of assemblies, their difference, How to register into GAC. How to generate the strong names & its use.

0 Answers  


Tell me the difference between call by value and call by reference.

0 Answers   NIIT,


Explain the serialization in .net

0 Answers  


Categories