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
What is clr namespace?
Explain the difference between the debug class and trace class?
Illustrate namespaces in c#?
List down the reason behind the usage of c# language.
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?
What is part of a method signature in c#?
What is xamarin used for?
What is datasource c#?
Explain the ways to deploy an assembly?
What is a static class in c#?
What are the advantages of using partial classes?
Are private members inherited in c#?
What is ado c#?
Can I fly with a loop recorder?
What's the difference between abstraction and encapsulation?