Answer Posted / amit
interface is used for multiple inheritance.all methods in
the interfaces must be implemented in the child class
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
What is private protected in c#?
Is comparable a functional interface?
How does bitwise xor work?
Is functional interface runnable?
What is constructors, explain with syntax
Can we inherit class that contains only one private constructor?
Write a sample code to write the contents to text file in c#?
Can arraylist store different data types in c#?
explain Garbage collector’s functionality on unmanaged code
HOW to Develope the CRUD(create,read,update,delete) FORM IN WINDOWS form by using c# only
What are custom attributes in c#?
Why dictionary is faster than list?
What is nullable types in c#?
What is Event - Delegate?
What is overloading with example?