Software Architecture3 3.6 – UML Sequence Diagram 3.6 – UML Sequence Diagram Sequence Diagrams are used to show your team how objects in your program interact with each other to complete tasks. 2021. 9. 26. 3.3 – Information Hiding 3.3 – Information Hiding Information Hiding Information hiding allows you to provide me with just the information I need for my module to work. You do not need to give me access to everything in your module, and you do not have to know how my module works. Information Hiding Through Encapsulation Access Modifiers There are four different levels of access in Java Public Methods Protected Behavior.. 2021. 9. 21. 1-1 Welcome to Software Design and Architecture 1-1 Welcome to Software Design and Architecture Goal Knowledge of Software Design Architecture will help a software product becomes flexible, resuable, and maintainable. Why Software Design? It did not matter that the codes was unorganized because you were the only one working on it and you know how it works. You come up with a great new feature for your product, but in implementing it, you brok.. 2021. 9. 15. 이전 1 다음