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 is dataview c#?
Define method overloading in c#?
What is difference between string and string builder?
How do switch statements work?
How many parameters can a method have c#?
What is the difference between Singleton design pattern and Factory design pattern?
What are collections in c#?
Does c# have a 'throws' clause?
What do you mean by streamreader/streamwriter class in c#?
what are the different ways a method can be overloaded?
What is access specifier in c#?
List some of the basic string operation?
Can you instantiate an abstract class c#?
How to add a readonly property in c#.net
What is the difference while using directive vs using statement ?