What are the potential problems related to using the deprecated "object"
variable type? (that is, beyond the type suddenly disappearing in later
releases) (BW) I don't know of any potential problems that you may face
with the "object" type. Due to the generic nature of Object and
compatibility issues we may face its also unlikely that it will
disappear in the future. For general programming practice its better and
clearer to use a more specific type than "object" since it provides a
higher level...