Home »
MCQs »
OOPs MCQs
Which is not true about the object-oriented approach?
6. Which is not true about the object-oriented approach?
- Emphasis is on data rather than procedure
- Data is hidden and cannot be accessed by external functions
- Objects communicate through functions
- 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.