What are the main programming mechanisms that constitute object-oriented programming? (A) encapsulation, inheritance, polymorphism (B) encapsulation, abstraction, inheritance (C) inheritance, polymorphism, recursion (D) polymorphism, recursion, abstraction (E) none of the above

Respuesta :

encapsulation, abstraction, inheritance, and polymorphism.

(E) none of the above