Correct option is D
Concept of Classes and Objects:
· Classes and objects are the core features of Object-Oriented Programming (OOP).
· A class defines the blueprint for creating objects, which are instances of the class.
· These concepts are not supported by procedural programming languages like C, COBOL, or FORTRAN, but they are supported by object-oriented languages such as C++, Java, Python, etc.