which access modifier we can declare the abstract class?
Answer Posted / vindhya
the access modifier of the abstract method should be same in
both the abstract class and its derived class. If you
declare an abstract method as protected, it should be
protected in its derived class. Otherwise, the compiler will
raise an error
and an abstract class can't be private..becz private members
can't be inherit.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is serialization in dot net?
Is std :: string null terminated?
Is c# used for any core features of windows vista?
What is difference between throw and throws in c#?
What is difference between function and method in c#?
What is access specifier in c#?
Expalin the way you implement inheritance by using VB.NET/C#?
How big is int16?
What are data types in C#?
What do you mean by shared assembly?
What is args c#?
What are the three types of operators?
What is a web service in c#?
Why is it efficient to use System.string under System.Text.StringBuilder ?
What are types in c#?