What is the difference between Abstract and Interface?
Answer Posted / nikhila
Abstract class contain both complete and incomplete methods
The implementation for abstract methods will be in derived class. Access specifier will allow
Interface contains only incomplete methods.The implementation will be in other class.Access specifier will not allow.by default public can use
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Can a class be protected in c#?
Hi to all..I have to create an intranet application on C#.NET windows Application so please please let can you people help me as iam new in .NET and if u have any samples or website address from where i can get sample please let know.
What is the base class in .net from which all the classes are derived from?
Explain About CLS?
Why generics are used?
Why do you call it a process? What’s different between process and application in .net, not common computer usage, terminology?
What is array and types of array in c#?
What is desktop GUI application?
What you mean by delegate in c#?
What is fcl in c#?
Explain the process of inheriting a class into another class?
What is the difference between Static, Const and read only?
What are functions c#?
Can we extend static class in c#?
What is difference between ienumerable and list in c#?