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 is final keyword in c#?
What is multiple interface in c#?
What is dependency in software?
When a switch is said to be congested?
What is unsigned int?
I wish to create a windows application to perform a similar function as that of the "Search" which is provided to look for related files and folders in the System.. What steps must i follow??
Do loops in c#?
What is definition in c#?
What are abstract classes in c#?
Explain how to implement delegates in c#.net
What is assembly and dll in c#?
Explain About .NET Remoting and types of remoting
what is the index value of the first element in an array?
To catch any possible exception What is the C# syntax written ?
Why do we override in c#?