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
Are c# constructors the same as c++ constructors?
What is a .exe extension files? How is it similar to .dll extension files?
What is windows application in c#?
How can encapsulation be achieved?
What are the concepts of dispose method?
What is the resgen.exe tool used for?
What are the types of attributes in c#?
Explain what is an interface in c#?
What is int32?
Is string nullable in c#?
What is difference between comparable and comparator?
What is the difference between struct and class in c#?
Explain the difference between a namespace and assembly name in .net?
Define a strong name in .net?
What is IL / CIL / MSIL?