Multiple Choices
(Choose 1 answer)
Which of the following statements is not true about object-oriented programming?
A. One of the benefits of object-oriented programming is that it can hide complexity.
B. A class contains functions as well as the data that is used by those functions.
C. Constructor methods are required to initialize an object and destructor methods are required to destroy the object when no longer required.
D. A powerful feature of object-oriented programming is the ability to create a new class by extending an existing class.