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
Post a Comment