What is the difference between Abstract and Interface?
Answer Posted / nasir munda
Abstract Class may contain constructor but interface does
not contain constructor.
| Is This Answer Correct ? | 33 Yes | 8 No |
Post New Answer View All Answers
What to implement on my class Finalize or IDisposable
What does exclamation mark mean in access query?
How do I link two windows forms in c#?
What is the use of private constructor in c#?
What does out mean in c#?
How does return work in c#?
What is dataview c#?
How would you describe encapsulation in c#?
What is xamarin used for?
what is a enumeration in c#
Write a syntax for writing a event delegate.
Can we inherit class that contains only one private constructor?
Is datetime nullable c#?
Can we inherit singleton class in c#?
Why do we need indexers in c#?