235k views
3 votes
Calls to the tostring( ) method emphasize the use of ____.

1 Answer

4 votes
Polymorphic message

Methods in different classes with a similar function are given the same name. - Makes classes easier to use because programmers need to remember fewer method names. - Employed as much as possible. - Polymorphic message ex. is the toString method.
User Vinay Maneti
by
8.2k points