java - Underlying object and underlying implementation -


what terms "underlying object" , "underlying implementation" mean?

(english not native language).

by underlying object, meant object going put map going same.

by underlying implementation means, using map interface, inject hashmap or treemap or other map long implements map using runtime polymorphism , making code loosely coupled , designing contract rather implementation.


Comments

Popular posts from this blog

node.js - How to mock a third-party api calls in the backend -

php - How to Access to Laravel 5 with Pingpong-Modules to a specific Module -

sql server - Sharing data between stored procedures -