How do you call a constructor for a parent class?
Answers
Answered by
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