Computer Science, asked by svaibhavi812, 7 months ago

Which unit of class gets called when the object of the class is created?

Answers

Answered by tanvi1307
0

Answer:

When an object is created by a constructor of the class, the resulting object is called an instance of the class, and the member variables specific to the object are called instance variables, to contrast with the class variables shared across the class.

Answered by sruti1212
2

Answer:

unit of class

Explanation:

When an object is created by a constructor of the class, the resulting object is called an instance of the class, and the member variables specific to the object are called instance variables, to contrast with the class variables shared across the class. i think it is helpful brainlist me as you choice

Similar questions