Why we can't create the object of abstract class ?
Answer Posted / mallikharjun d
Hi frnds..the simple answer for this question is..
we cant create object for an abstract class bcz abstract class should be inherited to derived class, due to that reason we can access abstract members using derived class object..
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Why is ienumerable used?
Can we instantiate abstract class in c#?
What is predicate c#?
How do you create partial methods?
Is there an equivalent to the instanceof operator in visual j++?
How does c# achieve polymorphism?
What is difference between constants and read-only?
Explain states of a thread in c#?
Can we create instance of private class in c#?
Explain types of comment in c# with examples
What is before string in c#?
Name the connections does microsoft sql server support?
Why do I get a syntax error when trying to declare a variable called checked?
What type of data type conversion happens when the compiler encounters the following code?
What is the use of command builder?