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
What exception can an overridden method throw in comparison with the method it is overriding?
Are c# constructors the same as c++ constructors?
What is “using” statement in c#?
What is difference between managed and unmanaged code?
What do you mean by for each loop?
What is Implementation inheritance and interface inheritance?
What does int32 mean in c#?
Define Virtual folder?
What is lazy keyword in c#?
How do I declare inout arguments in c#?
What is querystring in c#?
How do I create multifile assembly?
Why dictionary is used in c#?
Explain the features of an abstract class in net.
What does the keyword “virtual†declare for a method or property?