OOPS
November 12, 2023
OOPS
November 12, 2023
OOPS
November 12, 2023
OOPS
November 12, 2023

OOPS

Question 5
How many objects can be created in a single class?
A
1
B
2
C
3
D
as many as required
Question 5 Explanation: 
An object is nothing but an instance of a class. A class can have as many instances as required. There is no restriction on the number of objects a class can have.
Correct Answer: D
Question 5 Explanation: 
An object is nothing but an instance of a class. A class can have as many instances as required. There is no restriction on the number of objects a class can have.

Leave a Reply

Your email address will not be published. Required fields are marked *