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

c++ - Delete matches in OpenCV (Keypoints and descriptors) -

java - Could not locate OpenAL library -

sorting - opencl Bitonic sort with 64 bits keys -