Can we create instance for Abstract class?
Answer Posted / thriveni
We can't create instance for Abstract class
Is This Answer Correct ? | 14 Yes | 6 No |
Post New Answer View All Answers
Write one code example for compile time binding and one for run time binding? What is early/late binding?
Explain about Oops concept
What is the main method?
if we are updating a database using thread, and mean while application crashes or thread being aborted then what will happen in Database? Rollback or Database will be updated? Please explain with different scenario.
Is php better than c#?
What is a partial class. Give an example?
How jit (just in time) works?
Explain when should you call the garbage collector in .net?
What is the difference between abstract and abstraction?
What is a helper method in c#?
What is a jagged array?
How to force my .net app to run as administrator on windows 7?
what are nullable types in c#
Is c# pass by value?
What is lazy loading and eager loading in c#?