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 types of constructors are there in c#?
Are c# generics the same as c++ templates?
How do I simulate optional parameters to com calls?
What is xml serialization in c#?
Is for loop faster than foreach?
What is datareader c#?
What's new in c#?
why delegate is type safe?
What is a event in c#?
What is int16?
What are the types of methods in c#?
How do I automate my desktop application?
What is entity framework c#?
Is clr a compiler?
What is the difference between disposing of () and finalize() methods in c#?