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 language is arduino?
What is cli in c#?
What is ienumerable t in c#?
What is streamreader/streamwriter class?
Is lazy thread safe c#?
List down the differences between public, static and void keywords?
What you mean by inner exception in c#?
What is wpf application in c#?
What is routing in c#?
How does one compare strings in c#?
Is c# good for beginners?
What is the purpose of constructor in c#?
What is strongly typed in c#?
What is the base class from which all value types are derived?
What is the use of command builder?