Why we can't create the object of abstract class ?
Answer Posted / ian
The reason behind this is , the abstract class contains
abstract methods which cant do any job. Calling such
function is meaningless. So it is not allowed to
instantiate abstract class
| Is This Answer Correct ? | 63 Yes | 35 No |
Post New Answer View All Answers
What are the types of delegates in c#?
What is difference between first and firstordefault?
Explain the features of an abstract class in net.
Explain how do I get deterministic finalization in c#?
What is an inheritance ?Give an example in which inheritance is used?
What is c# entity framework?
What is difference between Enum and Struct?
What is an array? Give the syntax for a single and multi-dimensional array?
Why does dllimport not work for me?
in the nunit test framework, which attribute must adorn a test class in order for it to be picked up by the nunit gui?
Describe two uses of the “using” statement during the operation of c#?
Explain how to parse a datetime string?
What is yield return in c#?
Define a strong name in .net?
Why c# is called c sharp?