Computer Science, asked by 25197, 8 months ago

What are the default values of a Gogga object that is instantiated with the default constructor Gogga()?

Answers

Answered by shaktikumar22
0

Answer:

ANS: A default constructor is a constructor provided by the compiler when you do not specify any constructors in the class. When a class has only the default constructor, its instance variables are initialized to their default values.

Explanation:

Please mark it as the "Brainliest".

Similar questions