Can we create instance for Abstract class?
Answer Posted / deepakmodi
We can't create instance for Abstract class because its
methods are with out definitions. we can create an object
form derived class which we can use to call the methods
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
Should I use double or float?
What does xpath return?
What is delegates in c# and uses of delegates?
what is IEquatable
Explain the OOPS concept in C#?
How do I create a single-file assembly?
What are the types in c#?
What is the difference between malloc () and new?
What are methods c#?
What does console readline do in c#?
If dll and exe files are same it means you can deploy both the files in gac?
Name some properties of array.
What is lock in c#?
Is c++ or c# better?
So let's say I have an application that uses myapp.dll assembly, version 1.0.0.0. There is a security bug in that assembly, and I publish the patch, issuing it under name myapp.dll 1.1.0.0. How do I tell the client applications that are already installed to start using this new myapp.dll?