MCQOPTIONS
Saved Bookmarks
| 1. |
An abstract class is a class that contains at least one abstract method. An abstract method is a method that is declared, but not implemented in the code. |
| A. | true |
| B. | false |
| C. | both a and b |
| D. | none of these |
| Answer» B. false | |