Consistent visibilities of methods and their return types
7. November 2014 Keine Kommentare zu Consistent visibilities of methods and their return typesA quite easy way of getting more control on dependencies between classes and packages is working actively with visibility modifiers. Most people create their classes (with active support by their IDE) using a public modifier: public class Item { … } This means that the class can now be used from any
Read more