In a contest quiz, I found the following question:
In Object Oriented Programming, Law of Demeter
that an m method of an O object should not invoke
the following types of objects: (A) of the O. (B) parameters of m. (W)
any object cr...
asked on
30.06.2017 / 18:59