What?s the difference between an interface and abstract class?
Answer Posted / adhi
thanxs for your Contribution...I have got one more
diff.. ...Derived Class or Child Class should implement the
methods and properties in interface that are implementing
interface where as it is not manditory in case of Abstract
class
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What are the different types of literals in c#?
I have 3 overloaded constructors in my class. In order to avoid making instance of the class do I need to make all constructors to private?
What is the wildcard character in sql?
Is learning c# hard?
What is a nullreferenceexception?
Can firstordefault return null?
What is int tryparse in c#?
What is whitespace in c#?
Which programming language is best for desktop applications?
What is static variable in c#?
Can property be private in c#?
What is the file extension for c#?
What is event delegate in c#?
If a.equals(b) is true then a.gethashcode & b.gethashcode must always return same hash code.
What are regular expressions? Search a string using regular expressions?