which access modifier we can declare the abstract class?
Answer Posted / anish
Abstact class cannot be declared private, as private class cannot be inherited. However it can be declared as public, protected.
| Is This Answer Correct ? | 14 Yes | 2 No |
Post New Answer View All Answers
Where is the main method in c#?
What operators can be used to cast from one reference type to another without the risk of throwing an exception?
What are the 2 kinds of data type conversions in c#?
How do I automate my desktop application?
Is typeof c#?
what is the scope of anonymous type ?
How do you implement thread synchronization in c#?
How do you use nullable?
Can I use exceptions in c#?
What does the dispose method do with the connection object?
How do you read an Excel sheet in C#?
Is lazy t thread safe?
What is ulong in c#?
What is meant by enumerable in c#?
What is string programming language?