MCQOPTIONS
Saved Bookmarks
| 1. |
How do we declare an abstract class? |
| A. | By providing at least one pure virtual method in a class |
| B. | By declaring at least one method abstract using the keyword abstract in a class |
| C. | By declaring the class abstract with the keyword abstract |
| D. | By declaring the class abstract with the keyword abstract |
| Answer» B. By declaring at least one method abstract using the keyword abstract in a class | |