which access modifier we can declare the abstract class?
Answer Posted / imatoria
Unlike Interface, Abstract class can have private, public
modifiers atleast, but not protected. I am not sure about
internal and protected internal modifiers
| Is This Answer Correct ? | 7 Yes | 6 No |
Post New Answer View All Answers
Which is faster hashtable or dictionary?
Is it not possible to store a boolean value as a variable?
List down the reason behind the usage of c# language.
What is the difference between first and firstordefault?
What is the difference between a class and an object c#?
What is thread life cycle in c#?
What is data annotation in c#?
what is .NET framework architecture ??
What is lambda expression in c#?
What is the difference between convert and parse in c#?
Why main method is static in c#?
How do you prevent a class from being inherited?
Why we use oops in c#?
What is a scope in c#?
What is a namespace server?