Home »
MCQs »
OOPs MCQs
Objects are the variables of the type ____?
3. Objects are the variables of the type ____?
- String
- Boolean
- Class
- All data types can be included
Answer: C) Class
Explanation:
Objects are the variables of the type Class. Once the class has been defined, we can create any number of objects belonging to that class.