Multiple choice technology programming languages Can we create multiple objects of a single class True False Reveal answer Fill a bubble to check yourself A Correct answer Explanation In object-oriented programming, a class serves as a blueprint. Multiple objects (instances) can be created from a single class using the 'new' keyword. Each object has its own state but shares the same structure and behavior defined by the class.