Difference between abstract class and interface
Answer Posted / pankaj
Abstract class can have abstract methods as well as non-abstract(normal methods).
Abstract class is not instantiated.
Abstract method of abstract class always get body from it's sub class.
Abstract method's are always call by Abstract class itself not it's subclass. ex- event handler
Abstract method's must be overridden by it's subclass
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Whats new features in Visual Studio 2012?
Can I create my own permission set?
what is the method while we are using adapter and dataset ?
Explain how cache is used? : Dot net architecture
How does .net remoting work?
Do you know textbox and textview controls of .net mobile? : Microsoft dot net mobile
What is boxing and unboxing? Does it occure automaatically or you need to write code to box and unbox?
What is application frame host?
Explain about appdomains?
What is .net mobile forms? : Microsoft dot net mobile
Explain different pipelining hazards and how are they eliminated? : Dot net architecture
Explain about the base class library provided by microsoft.net?
how to change row background color in gridview
hi, kindly send WWF(.net 3.5) pdf notes to my id. thanx in advance, chays
4. Wcf- what Asych and Sych call and how that works