What is the difference between Abstract and Interface?
Answer Posted / thulasiram
interface can have only non implementation methods
abstract class can have both implementation and non
implementation methods
interfaces are used for universal access
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is difference between yielding and sleeping?
What is a method c#?
What are the uses of namespaces?
What does an indexer do?
Why abstract class is not instantiated in c#?
Write a program in c# to find the angle between the hours and minutes in a clock?
Is c# good for beginners?
Why dictionary is faster than list?
Which is better javascript or c#?
Why use “using” in c#?
Is arraylist thread safe?
What do you use c# for?
How do I create a multilanguage, single-file assembly?
Which programming language is best for desktop applications?
What is exe in c#?