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
Explain the steps to create satellite assembly?
Explain the three test cases in unit testing?
What is remote data?
Can datetime be null c#?
What is form feed in c#?
Is list a collection c#?
What is a console device?
What are events in C#?
What is the difference between proc. Sent by val and by sub?
What are the Types of assemblies that can be created in dotnet
Explain the different types of delegates used in c#.
What are the Features in .net framework 1.1
What do you understand by the terms datareader object and dataset object?
What is an escape sequence? Name some string escape sequences in c#.
How to find out that the code is written as managed or un-managed code?