What is the difference between Abstract and Interface?
Answer Posted / vishal singh
In an interface class, all methods are abstract - there is
no implementation. In an abstract class some methods can
be concrete - there can be implementation. In an interface
class, no accessibility modifiers are allowed - are public
by default. In an abstract class accessibility modifiers
are allowed.
| Is This Answer Correct ? | 146 Yes | 18 No |
Post New Answer View All Answers
Is c# still popular?
How will you deploy the dll file in gac?
Explain clr in brief.
What is deferred execution?
What is a jagged array?
Why do we use public static void main in c#?
What is an assembly in .net?
Between windows authentication and sql server authentication, which one is trusted and which one is untrusted?
What are the types of operator?
Is it possible to nest cfml conditional tags?
Name some properties of array.
What are the properties of string?
What is a nested type. Give an example?
What is the purpose of the integer parse method the decimal parse method?
Which program construct must return a value?