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
Why do we use methods in c#?
What is the difference between constant and readonly in c#?
What is boxing in c#?
Explain what is copy constructor?
Explain how obfuscator works in .net
what is a enumeration in c#
How many types of constructors are available in c#?
Is list immutable in c#?
How can we sort an array in c#?
List down the differences between “dispose” and “finalize” methods in c#.
Is java better than c sharp?
What is sqlconnection in c#?
How many types of constructors are there?
How can you access a private method of a class?
Can a struct inherit from an interface in c#?