Answer:
A class is a programming language template, which encapsulates methodes and behavior.
Explanation:
In OOP (object-oriented programming), a class is programming language template to create objects (instance of a class), which encapsulates methodes and implementations of behavior (action which an object is able to perform)