Can we create instance for Abstract class?
Answer Posted / siddarth
Abstract class means pure Method with out definition.so we
cant create instance for that
| Is This Answer Correct ? | 50 Yes | 42 No |
Post New Answer View All Answers
What happens when thread sleep () method is called?
What is out int in c#?
Explain About sn.exe
What is web forms in c#?
What is nullable types in c#?
What is variable in c#?
Can we declare private class in c#?
In languages without exception-handling facilities, we could send an error-handling procedure as a parameter to each procedure that can detect errors that must be handled. What disadvantages are there to this method?
What is the default modifier for class in c#?
What are the 2 broad classifications of data types available in c#?
What is data binding with example?
What are classes in c#?
What is multithreading with .net?
What is a race condition?
What is decimal in c#?