What?s the difference between an interface and abstract class?
Answer Posted / pvschmurthy
In Abstract class must have one sub class, but Interface
cann't have sub class only implimentation class.
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
Where are value types stored in c#?
What is a byte in c#?
How big is a 64 bit integer?
Explain streamreader/streamwriter class?
what are pointer types in c#
List the fundamental oop concepts?
What do you understand by 'access specifiers' in C#?
List some of the basic string operation?
What is protected internal modifier in C#?
What are cshtml files?
Is int an object in c#?
What is default value of decimal c#?
Explain namespaces in c#.
write a C# Program add two matrix ?
What's the difference between an integer and int?