An abstract class is inherited, an Interface also
inherited(multiple inheritance), How it differences.
Answer Posted / raman sharma
Abstract class is just like a normal class but we cannot create its object. Abstract class has abstract methods as well as the concrete methods.
Interface has the only abstract properties and methods means they are not defined in the interface but are implemented in the child classes
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
What are the types of parameters in c#?
What is form feed in c#?
Which function is the entry point for a DLL in MS Windows 3.1?
What is namespace give the example?
Explain what is the smallest unit of execution in .net?
Is null in c#?
Can interface inherit class in c#?
What is difference between value and reference types in C#.NET
Why is ienumerable used?
Hello! How to do this: "Create manifest utility intended for creating update content files. Application should take a set of files as input parameter and generate XML based manifest file as output one." I use C# and vs.net 2003. It's urgent! Help please, thanks. Mayana
What is enumerable in c#?
What are methods in C#?
What is difference between class and abstract class in c#?
Explain the types of errors in c#?
What is the difference between “constant” and “readonly” variables in c#?