Respuesta :

Answer: Class

Explanation:

Class is a data structure that contains both Static data elements and programs that manipulate data. Class combines related data items in almost the same way a record does, but it extends a record to include methods for manipulating the data item.

fichoh

Answer: Class

Explanation: A class is usually associated with object-oriented programming which consists of a collection of data and defined methods which could be applied on that data. A class definition provide an expandable or extensible code template which allows an individual to instantiate or define an object, assign or set initial values and implement methods applicable to the defined class, this enables the Manipulation of data items in such a flexible manner or level as desired by the programmer.