Computer Science, asked by vermaravi875, 4 months ago

(C)
A blueprint for objects:​

Answers

Answered by DakshitaBhalla
1

Answer:

classes.

Explanation:

A blueprint for objects is called class.

Answered by asimdaingbrainly
0

Answer:

hope it will help you❤️❤️❤️❤️❤️❤️❤️❤️❤️❤️❤️❤️❤️❤️❤️❤️❤️❤️❤️❤️❤️❤️❤️❤️❤️

Explanation:

Generating blueprints for objects

Imagine that you want to draw and calculate the areas of four different rectangles. You will end up with four rectangles drawn, with their different widths, heights, and calculated areas. It would be great to have a blueprint to simplify the process of drawing each rectangle with their different widths and heights.

In object-oriented programming, a class is a blueprint or a template definition from which the objects are created. Classes are models that define the state and behavior of an object. After defining a class that defines the state and behavior of a rectangle, we can use it to generate objects that represent the state and behavior of each real-world rectangle.

Similar questions