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
Write down the c# syntax to catch an exception
What is the difference between firstordefault and first?
what is the difference between a struct and a class in c#?
How can we set the class to be inherited, but prevent the method from being over-ridden?
What is data binding c#?
Explain how to add controls dynamically to the form using c#.net.
How do you sort an array in c#?
What is datatable in c#?
What is the difference between interface and abstract class in c#?
How does bubble sort work?
How to get the sum of last 3 items in a list using lambda expressions?
is it possible to access a remote web service Without UDDI?
Why do we need oops in c#?
What is the difference between xml documentation tag?
Difference between StackPanel and RelativePanel ?