What is Interface and Abstraction (in real time scenario)
Answer Posted / tams
1.Interface is a kind of plug in adapter by which different
classes can be benefited differently while abstarct class
comes in a role when idea of whole class is not much clear
intially like which method should be or not like a
practical planing.
2.so we can say abstract class is a kind of place holder
class and inherited by similar classes abstarct methods
must be declared/defined in the derived class while in
interface you can go for any methods
| Is This Answer Correct ? | 7 Yes | 6 No |
Post New Answer View All Answers
What is difference between struct and class in c#?
Which program construct must return a value?
What does static mean in c sharp?
What is the difference between method and function in c#?
What is cosole application?
What is decimal in c#?
What is difference between ienumerable and list in c#?
What is the difference between arraylist and list in c#?
Between windows authentication and sql server authentication, which one is trusted and which one is untrusted?
Illustrate namespaces in c#?
What is response redirect in c#?
What is _viewstart cshtml?
What is asynchronous one-way calls?
What is session management in c#?
What is the difference between Java and .NET garbage collectors?