Why we can't create the object of abstract class ?
Answer Posted / santosh bind
Abstract Class Contain a method without or a body empty implemantation. so we can not create the object of abstract Class.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Why reflection is used in c#?
What are the Features in .net framework 1.1
Do void methods have parameters?
Are all methods virtual in c#?
What is console application with example?
How can I develop an application that automatically updates itself from the web?
What is the difference between Static, Const and read only?
What is an escape sequence?
In a C# class we have a SortedList member m_addinProjects
we want to provide an iterator to allow the consumer of
this class access to the items in the collection. Please
provide an iterator method for the AnalyzeAddinsDLL class
below and an example of how it would be used.
namespace AnalyzeAddinsDLL
{
public class AllAddInProjects
{
private SortedList
User's session is explicitly killed by which method ?
Why delegates are type safe?
Are value types sealed?
Can class be protected in c#?
What is difference between assembly and namespace?
How many constructors can a class have in c#?