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
Why ienumerable is used in c#?
Why c# is called type safe language?
Is there an equivalent of exit() for quitting a c# .net application?
1. Describe page life cycle?
what are nullable types in c#
What is generic delegate in c#?
What are concrete classes?
Okay, so an int is a value type, and a class is a reference type. How can int be derived from object?
What is the use of xmlserializer?
What is system console writeline in c#?
Is string a data type in c#?
What is desktop GUI application?
How Do You Convert A Value-type To A Reference-type?
What are some examples of desktop applications?
what is an event? Define delegate?