What is difference between interface inheritance and class
inheritance ?
Answer Posted / mohan kumar e.
In .net two types of inheritance is there.One is interface
inheritance and class inheritance. Multiple inheritance is
possible with the help of interfaces.
| Is This Answer Correct ? | 41 Yes | 21 No |
Post New Answer View All Answers
Is it not possible to store a boolean value as a variable?
explain the three services model commonly know as a three-tier application.
Is it possible to have different access modifiers on the get/set methods of a property in c#?
Is null c# operator?
How to generate strong name key file or which command is used to generated strong name key file?
What are the 3 elements of delegation?
What is alias in c#?
How many bits is int32?
What is the difference between an integer and int?
i want the csharp questions&answeres
What is data binding with example?
Is arraylist thread safe?
How to use the sreamReader class to read form a text file?
What is satellite assembly? And steps to create satellite assembly?
What is difference between array and collection?