Which is not true about the object-oriented approach?

6. Which is not true about the object-oriented approach?

  1. Emphasis is on data rather than procedure
  2. Data is hidden and cannot be accessed by external functions
  3. Objects communicate through functions
  4. It supports abstract data but not the class

Answer: D) It supports abstract data but not the class

Explanation:

Object-oriented approach supports both abstract data and class, which provide polymorphism and inheritance.

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.