The Law of Demeter for applications states that any method of an object should call only methods belonging to itself,any parameters that were passed in to the method,any objects it created,any directly held component objects.
The Law of Demeter for applications states that any method of an object should call only methods belonging to itself,any parameters that were passed in to the method,any objects it created,any directly held component objects.
相关文章: