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
Can bool be null c#?
What is sealed class in c#?
Compare and contrast between the System.Array.CopyTo() and Clone()?
Is dll a library?
What is the difference between do and while loop?
What is deadlock in c#?
What is disconnected data architecture in c#?
What is the difference between and xml documentation tag?
Can we override constructor in c#?
Why do I get an error (cs1006) when trying to declare a method without specifying a return type?
What is ispostback c#?
What do you mean by generic class in c#?
Tell me the difference between call by value and call by reference.
Is array value type in c#?
What does get set mean in c#?