The answer is (d) class
One or more objects may be created from a class.
Class objects normally have methods that perform useful operations on their data.
What is class?
- A class in object-oriented programming is a template specification of the method s and variables in a certain type of object.
- As a result, an object is a specific instance of a class that holds real values rather than variables. The class is a key concept in object-oriented programming.
- You may also construct a class object and use it in another class. This is frequently used to improve class structure (one class has all of the properties and methods, while the other class contains the main() method (code to be run).
To learn more about class visit:
https://brainly.com/question/21113563
#SPJ4