What is difference between interface inheritance and class
inheritance ?
Answer Posted / senthil kumar
In interface inheritance all the methods should be
public.but in class inheritance mey be user defined.
| Is This Answer Correct ? | 19 Yes | 8 No |
Post New Answer View All Answers
What is difference between arraylist and list in c#?
How can an inner class access the members of outer class?
What is difference between constants and readonly in c#?
What are the advantages of using assemble language programming?
How to use session under class file of APP_Code folder?
In .Net, what is an assembly? Also explain the type of assembly.
Is c# strongly typed?
What is meant by desktop application?
Does c# support multiple inheritance (mi)?
Is unboxing an implicit conversion?
What is event and delegates in c#?
What is thread in c#?
What are the boolean data types in c#?
What is asynchronous one-way calls?
If you donot specify an access modifier for a method, what is the default access modifier?