116k views
4 votes
is a template that defines objects of the same type. a. a data field b. a class c. a method d. an object

User Dyanne
by
8.0k points

1 Answer

1 vote

Answer:

A class

Step-by-step explanation:

In object-oriented terminology, a class is a template for defining objects. It specifies the names and types of variables that can exist in an object, as well as "methods"--procedures for operating on those variables. A class can be thought of as a "type", with the objects being a "variable" of that type.

User Mrash
by
6.5k points