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
Can a string be null c#?
Can you use foreach iteration on arrays in c#?
What is the function of the not null constraint?
What is difference between private, protected, and public in C#?
How to properly clean up excel interop objects?
What is static variable in c#?
What are the different types of delegates?
Does c# support parameterized properties?
Could you explain the difference between func vs action vs predicate?
Why do we use threads in c#?
What is difference between il and dll ?
Please explain the basic string operations used in c#?
What is meant by console programming?
What is the meaning of 0 in c#?
Is c# or c++ better for games?