Home »
MCQs »
OOPs MCQs
Which of the following defines a Meta class?
48. Which of the following defines a Meta class?
- A Meta class is a class that may not itself have any instances.
- A Meta class is a class of a class.
- Meta classes are classes that are different than plain classes.
- All of the above
Answer: D) All of the above
Explanation:
A Meta class is a class of a class that may not itself have any instances and are different than plain classes.