What is the difference between interface and inheritance 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 the meaning of extention?

0 Answers  


Can an abstract class have a constructor c#?

0 Answers  


Explain the difference between arraylist and array and in c#?

0 Answers  


How to authenticate web service? When you enter the web service url in browser it should ask username and password. After entering the un&pwd we have to show its methods and service description(wsdl).

3 Answers  


Trace the O/p for a program on inheritance and Polymorphism. 3 classes A,B,C A with two methods public virtual SomeMethodA public virtual SomemoreMethodA B:A overide virtual SomeMethodA C:B new Method SomeMethodA override SomeMoreMethodA main method { b new instance of B b.SomeMethodA b.SomeMoreMethodA b1 new instance of C b1.SomeMethodA b1.SomeMoreMethodA }

1 Answers  






What are the benefits of using generics?

0 Answers  


What is Serialization and how do we implement (in real time scenario)

1 Answers  


Which property do we set on a Combo Box to display data on it prior to setting the DataSource ?

0 Answers   Siebel,


What is global asax in c#?

0 Answers  


Where do we use static class in c#?

0 Answers  


What is attribute and reflection in c#?

0 Answers  


What is difference between c sharp and c#?

0 Answers  


Categories