176k views
4 votes
Choose the correct term to complete the sentence.

______ uses objects that represent classes to manage, manipulate, and store data.

•Object-defined programming

•Object-oriented programming

•Oriented programming

User Tomblue
by
5.7k points

1 Answer

4 votes

Answer:

Object-oriented programming

Step-by-step explanation:

When used in object-oriented programming , a class is a factory for creating object. An object is a collection of data and behavaiors that represent some entity(real or abstract).