What is the difference between Abstract and Interface?
Answer Posted / sanjay
In the abstract class we can define the member function
but in interface we can not define only declare the
function.
| Is This Answer Correct ? | 11 Yes | 1 No |
Post New Answer View All Answers
What is class sortedlist underneath?
Does c# do array bounds checking?
What is multiple interface in c#?
In a site to turn off cookies for one page which method is followed?
Why is lazy loading?
What is a float?
What does == mean in c sharp?
How to open a new form on button click in Windows forms?
Different between method overriding and method overloading?
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.
What do you mean by string objects are immutable?
What does convert toint32 mean?
how to compare numbers and dispaly the largest ? *first thing I wanted to do is to input how many numbers to be compared *and then analyzed the largest then display it.
Do vs while c#?
Is c# pass by reference?