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
Contrast System.String and System.Text.StringBuilder classes?
What is oledbconnection c#?
What is option parameter in C#?
What is fcl in c#?
What is the system namespace?
Why do we need interfaces in c#?
How can I make sure my c# classes will interoperate with other .net languages?
What is the difference between asp net and c#?
What is encapsulation in csharp?
What is the role of the datareader class in ado.net connections?
how background thread access to ui control?
What is array class in c#?
Distinguish between continue and break statement?
Explain how to use an extender provider in the project.
What is the purpose of escape sequence?