Computer Science, asked by AasthaLuthra1669, 1 year ago

How do you call a constructor for a parent class?

Answers

Answered by rockdeven85
0

methods for classes. Classes which have a constructor method call this method on each newly-created object, so it is suitable for any initialization that the object may need before it is used.

Similar questions