Answer Posted / pankaj sharma
an abstract class only contains the relevant informations,
that other class share by inherit the abstract class.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
How to declare a property in a class?
Explain code compilation in c#.
Is c# and .net same?
How do I get deterministic finalization in c#?
Explain the accessibility modifier protected internal?
What is an Interface in C#?
What do you mean by “finalize” and “finally” methods in c#?
What is native image generator (ngen.exe)?
What is iqueryable in c#?
What is Covariance and contravariance in C#?
What are the boolean data types in c#?
What are nested classes in c#?
How do I do a case-insensitive string comparison?
Can var be null c#?
How to achieve polymorphism in c#?