What is the difference between class and abstract class?
Answer Posted / chandra kiran
we are unable to create a object for abstract class. This is only used as a base class for inheritance
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is default constructor c#?
What are partial classes and use of partial classes?
What are functions c#?
What is default value of decimal c#?
Define a strong name in .net?
Explain the use of SN.exe
what is an exception in .net?
What is marshalling in c#?
What is main thread in c#?
What are the collections in c#?
Explain partial class in c#?
Why do we need constructor?
Can a class have more than 1 destructor?
What is the difference between “out” and “ref” parameters in c#?
Does c# support #define for defining global constants?