Right choice is (d) It is a way of combining various data members and member functions that operate on those data members into a single unit
Best explanation: It is a way of combining both data members and member functions, which operate on those data members, into a single unit. We call it a class in OOP generally. This feature have helped us modify the structures used in C language to be upgraded into class in C++ and other languages.