213k views
5 votes
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

User Melitza
by
5.9k points

1 Answer

3 votes

encapsulation, abstraction, inheritance, and polymorphism.

(E) none of the above

User Prasannajit
by
5.5k points