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 string and string builder?
What is the process of delegation?
Explain About Iunknown interface Queue
What is namespace in oop?
Explain the concepts of cts and cls(common language specification).
What is difference between constants and read-only?
What is the difference between proc. Sent by val and by sub?
What is nullable types in c#?
What is dto c#?
what is the scope of anonymous type ?
How does one compare strings in c#?
How does the clr work?
What is the task perform by clr?
What is application object in c#?
What is xor operation?