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 part of a method signature in c#?
What are the collection types can be used in c#?
Is arraylist thread safe?
What is windows form in c#?
What is default c#?
Why do we need delegates?
What types of object can I throw as exceptions?
What is the use of system.environment class in c#.net?
What are virtual classes in c#?
What is a custom attribute?
What is double c#?
Why we use get set in c#?
What will be the output of the following code?
Why would you use untrusted verification?
Which namespaces are necessary to create a localized application?