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 some of the commonly used commands in sqlcommand?
What is inheritance in csharp?
Can a constructor be static in c#?
What is a console device?
What is a class c#?
What is command object in c#?
What is scaffolding in c#?
What is the use of 0 in c#?
What is access modifier in c#?
What is a generic c#?
What are the value types in c#?
What is array class in c#?
What is difference between destructor and finalize?
What is difference between interface and abstraction?
List some of the classes used by system.data namespace?