Answer Posted / mohit jethva
1. Interface is use for follow the some coding standard
2. If we create interface then each and every devloper has
to implement all the methods.
3. For e.g. If we are creating application for Vichele then
we need to create one interface for two wheeler and one
interface for four wheeler. When any of devloper is going
to extend it then he/she has to implement every method like
Break , Gear , Liver etc....
4. Force to implement all the methods from interface.
5. Multiple inheritance.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Which attribute adorn a test class to be picked up by the NUnit GUI in the NUnit test framework?
What is difference between dll and exe in c#?
What is a c# delegate?
What does return do in unity?
What are the fundamental oop concepts?
What are anonymous types in c#?
What do you mean by the delegate in c#?
What is the use of readkey in c#?
What is the extension of c# file?
What is thread safe in c#?
What type is string in c#?
What is data reader in c#?
Who introduced c#?
How do I simulate optional parameters to com calls?
What are the 2 kinds of data type conversions in c#?