Can we create instance for Abstract class?
Answer Posted / nitin kumar
NO, Bcoz Abstract is a class that cannot be instantiated
that must be inherited and it is designed to act as a base
class for other classes
| Is This Answer Correct ? | 15 Yes | 5 No |
Post New Answer View All Answers
Explain get and set accessor properties?
Can you prevent a class from being instantiated?
what is IFormatable
In which order the destructor is called for an inherited class?
Can bool be null c#?
Why dataset is used in c#?
Explain async and await?
Is null or empty in c#?
What benefit do you get from using a primary interop assembly (pia)?
What is difference between yielding and sleeping?
how background thread access to ui control?
What is sqlconnection in c#?
What are the boolean data types in c#?
We cannot create instances of static classes. Can we have constructors for static classes?
What is datarelation c#?