which access modifier we can declare the abstract class?
Answer Posted / kapil jain
public and internal are those access modifiers which we can
use to declare the abstract class.
Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
What do you mean by object pooling?
Does c# support const methods, properties, or events?
What are the differences between system.string and system.text.stringbuilder classes?
What is static classes?
Can a class have static constructor?
How garbage collection deals with circular references.
What is difference between mutable and immutable in c#?
What is lazy class in c#?
List the difference between the virtual method and the abstract method?
Explain what a diffgram, and a good use for one Define diffgram? How it be used?
How to exclude a property from xml serialization?
What does async mean in c#?
Why do we use virtual methods in c#?
Can a string be null c#?
Describe the overview of clr integration.