Respuesta :

A class is a template for a group of objects with similar characteristics.

An object-oriented programming uses objects, instead of functions and logic to model software designs.

In an object-oriented programming, there are:

  • Objects
  • Classes
  • Methods
  • Etc

Objects are what make up the object-oriented programming.

Similar objects are grouped together into classes

Hence, the text that completes the blank is class

Read more about object-oriented programming at:

https://brainly.com/question/22530356