I have read in many books that design should be transparent, changes should be transparent etc... But I am not very clear what 'transparency' actually means in this context. Can someone please clarify this with a example. One transparency I can think of the run time
polymorphism in
Java like
where we can see what the base type is pointing to just by looking at the code. Is this also transparency?