Answer Posted / kiran
1 We must say a class as abstract if it contains at least
one abstract method
2.you cannot create instance of an abstract class.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What are primitive types in c#?
When was .net linq added?
Structs are not reference types. Can structs have constructors?
Name the two classes are required for implementing a windows service?
What is the purpose of the integer parse method the decimal parse method?
Explain jagged arrays in c#?
What I can do with c#?
Why is static constructor called first?
Explain the difference between “system.array.clone()” and “system.array.copyto()” in c#?
What is anonymous method in c#?
Define strong name in c#?
What language is c# similar to?
How garbage collection deals with circular references.
What is the difference between protected and private?
What is boxing in c#?