Object-oriented programming is the programming model in a computer that uses objects and data to organize the design. In OOP, class is a template that includes real values. Thus, option d is accurate.
Object-oriented programming (OOP) is the approach to designing that uses objects instead of variables and functions. The programmers create codes in OOP that interacts and performs the function.
Programming languages like C⁺⁺, Python, and Java are object-oriented programs. The known object in OPP is called a class that contains the data that makes up the objects and methods.
Therefore, the class is the building block of OOP.
Learn more about OOP here:
https://brainly.com/question/26709198
#SPJ1