[Solved] Java, why are objects known as instances of a class?


Like you said, class is a blueprint; objects are made using those blueprints.

Its like you have a blueprint of a car – you have one blueprint, but many cars based on that blueprint.

solved Java, why are objects known as instances of a class?