Select from following answers:- Override method is used to provide implementation of abstract method
- We cannot use static or virtual modifiers to declare abstract methods
- Declaration of abstract methods is limited only to the abstract class
- All of the above.

- All Above
Above all statements are correct about abstract classes as we have to override methods in derived class.
Show Correct Answer
Asked In: Many Interviews |
Alert Moderator