← Back to Test

Problem 3 - Entrance Test

Which of the following is NOT a characteristic of object-oriented programming?

Correct: D

Procedural abstraction is a feature of procedural programming, where programs are divided into procedures or functions. Object-oriented programming focuses on objects containing data and methods, employing inheritance, polymorphism, and encapsulation for code organization and reusability.