Can we create instance for Abstract class?
Answer Posted / raghvendra
This is not at all related to this thread. here user
creating the object of class aaa which is not the abstract
object. abstract class is aa not aaa.
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
What is an interface class? Give one example of it
Is vs as c#?
Give an example of a directcast.
How do you encapsulate in c#?
If you define a user defined data type by using the struct keyword, is it a value type or reference type?
What is a decimal in c#?
Why reflection is used in c#?
How to find methods of a assembly file (not using ILDASM)?
What is asax file in c#?
Is it possible to have different access modifiers on the get/set methods of a property in c#?
What is literal in c#?
How to declare a property in a class?
Can we create instance of private class in c#?
What are the types of serialization?
What is array class in c#?