Multiple choice How many objects of a class can be instantiated? 1 5 99 No limit Reveal answer Fill a bubble to check yourself D Correct answer Explanation A class is a blueprint or template, and you can create as many objects (instances) from it as you need, limited only by available memory. There is no theoretical limit imposed by the language itself.