Question
Easy

Which of the following feature is not supported in C++?

1
Inheritance
2
Abstraction
3
Reflection
4
Dynamic Binding
Question Details
Time to Solve: 12
Exam: HTET
Level/Paper: Level 3
Chapter: Computer System & Hardware Fundamentals
Topic: Computer System
Correct Answer
Option C
Explanation

The correct option is (3): Reflection is the feature that is not natively or comprehensively supported in C++. Reflection is the ability of a program to examine, inspect, and modify its own structure and behavior at runtime, such as querying a class for its member variables or methods by name. Unlike languages like Java or C\#, which have a full reflection API built into the standard library, C++ provides only…Read More

Which of the following - HTET Level 3 | Clear Cutoff