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
How many aware interfaces are there?
Does constructor return any value in c#?
Can namespace contain the private class?
How many kinds of elements an array can have?
What's the difference between a method and a procedure?
List down the differences between public, static and void keywords?
What is cli in c#?
Is there throws keyword in c#?
What does an indexer do?
what is an exception in .net?
Is c# used for any core features of windows vista?
What are the Configuration files in .net?
What is yield keyword?
What is anonymous method in c#?
What is var c#?