Q. Which of the following is not a feature of object-oriented programming in C++?
β
Correct Answer: (C)
Recursion
Explanation: Recursion is a programming technique, not a specific feature of object-oriented programming.