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 satellite assembly? And steps to create satellite assembly?
How do you declare an interface in c#?
What is yield in c#?
How to parse a date time string?
Define the term immutable ?
What is string [] args in c#?
What is predicate builder?
What is join in c#?
What is serialization and deserialization in c# with example?
Why do we overload constructors?
How does the clr work?
Explain Direct CAST vs CType ?
When do we generally use destructors to release resources?
Explain polymorphism in c# with a simple example?
Is goto statement supported in c#?