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
What are the 3 types of comments in c#?
What are c# collections?
What is a concrete class in c#?
How to use exception handling in stored procedure?
What's the implicit name of the parameter that gets passed into the set method/property of a class?
What is namespace explain with example?
What is overloading in c#?
Explain manifest in c#.
How does c# generics and c++ templates compare?
What is property in c#?
What is the difference between struct and class c#?
Explain the different types of delegates used in c#.
Define satellite Assembly?
What does immutable mean in c#?
How are delegates chosen?