Answer Posted / ashish gupta
Interface is a contract so that any class which implement
dis interface must define all the methods which is declared
in interface.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is xamarin used for?
Can a constructor have a return type?
What is the use of properties window?
What sort algorithm does c# use?
explain Garbage collector’s functionality on unmanaged code
How garbage collection deals with circular references.
Is null or empty in c#?
Why do we override in c#?
Is enum a class c#?
What is strongly typed in c#?
Explain the difference between arraylist and array and in c#?
What are the types of class in c#?
Describe ways of cleaning up objects in c#.
What is Asynchronous call and how it can be implemented using delegates?
if we are updating a database using thread, and mean while application crashes or thread being aborted then what will happen in Database? Rollback or Database will be updated? Please explain with different scenario.