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 do we need events in c#?
What is an assembly loader?
What do you mean by hashtable c#?
What is the file extension for c#?
How do you use nullable?
What is array and its types in c#?
What is dependency in software?
What are the 2 kinds of data type conversions in c#?
What is the difference between string and string in c#?
Why is .net so popular?
What is uint64?
How would you describe encapsulation in c#?
What is xaml file in c#?
What is get set in c#?
Can you prevent a class from being instantiated?