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
Is c++ or c# better?
What is asynchronous one-way calls?
What is difference between continue and break in c#?
Can property be private in c#?
Which programming language is best for desktop applications?
What is the difference between finalize() and dispose()?
What does f mean in c#?
What is default access specifier for class in c#?
Explain the functionalities of satellite assembly?
What are the basics of c#?
What do you mean by jagged array?
What is the delegate in c#?
Why is lazy loading?
What is parse method in c#?
What is the difference between dictionary and hashtable in c#?