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
Define the mesi? : Dot net architecture
Explain about .net garbage collector?
IS IT Possible to inherit the AJAX page from child class which(child) is inherit from page class.Because i should apply some security in child class
Explain cache? : .NET Architecture
I can't be bothered with cas. Can I turn it off?
where should I put this information then?
What does the term "green architecture" mean? : Dot net architecture
What is difference between Desktop, Client Server & Web based applications?
How do I stop a thread?
What is an interrupt? : .NET Architecture
What is .net mobile images control. : Microsoft dot net mobile
What is the difference between machine config vs. Web config : Dot net architecture
What is a virtual memory? : Dot net architecture
Explain pipelining? : Dot net architecture
what are the events for a form?