An abstract class is inherited, an Interface also
inherited(multiple inheritance), How it differences.
Answer Posted / kidkid
An abstract class has its properties but an interfaces has
only method (abstract method).
However A class can inherit only one abstract class but can
inherit one or more interface.
| Is This Answer Correct ? | 10 Yes | 1 No |
Post New Answer View All Answers
What do you understand by an Implicit Variable?
How many destructors can a class have?
What's the difference between abstraction and encapsulation?
Write a console application and implement the ternary operator to decide whether the age a user entered after being prompted is allowed to vote or not(given that only citizens between 18 and 120 years only inclusive can vote). Use exception handling for non-numerical input.
Why do I get an error (cs1006) when trying to declare a method without specifying a return type?
how background thread access to ui control?
How does substring work in c#?
What is the different types of private assembly and shared assembly?
Can we declare private class in c#?
What is an Interface in C#?
What is the main purpose of linq?
What is the task perform by clr?
What is a copy constructor in c#?
How to install or uninstall a windows service?
What is a byte in c#?