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 a Jagged Array in C#?
What are the 2 types of data types available in c#?
Which string method is used for concatenation of two strings in c#?
What is string [] args in c#?
Define a partial class?
What is the data encapsulation?
Can you explain template pattern?
What are the fundamental principles of oo programming?
What is the difference while using directive vs using statement ?
What does executescalar return in c#?
What is toint32 c#?
How do I use the 'using' keyword with multiple objects?
4. Describe the process when we send a request URL? And who is responsible for that?
Define using statement in c#?
Why do we use hashtable in c#?