Answer Posted / shivanand arur
Abstract class is a class which can have both, abstract and non-abstract methods. Abstract methods are the one's which are just declared in the class but does not have any body inside it. The abstract classes are defined by a keyword "abstract". The class which inherits this abstract class, has to declare the method in it and has to give its function body...An abstract class cannot be instantiated and its methods are internally virtual.
Interfaces are always chosen over these abstract classes since interfaces provide multiple inheritance but once a class is inherited that class cannot inherit any other class.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
When you are running a component within ASP.NET, what process is it running within on Windows XP? Windows 2000? Windows 2003?
Define the term Scavenging in Caching?
What are the differences between code behind and code inline?
What is meant by ispostback in asp net?
Contrast oop and soa. What are tenets of each16. How does the xmlserializer work? What acl permissions does a process using it require?
Can you explain the basic use of dataview?
What are assemblies and namespaces and explain the difference between them ?
Differentiate between early binding and late binding.
What's the use of response.output.write()?
Web API uses which library for JSON serialization?
What is the difference between table and query?
What is web api vs wcf?
What is postback pixel?
What is a SESSION and APPLICATION object?
Explain Life cycle of ASP.NET page when a request is made.