HLD Vs LLD Documents


High Level Design (HLD) is the overall system design - covering the system architecture and database design. It describes the relation between various modules and functions of the system. data flow, flow charts and data structures are covered under HLD.

Low Level Design (LLD) is like detailing the HLD. It defines the actual logic for each and every component of the system. Class diagrams with all the methods and relation between classes comes under LLD. Programs specs are covered under LLD.
High level design means abstract view of the system..... details are not shown... yes high level design does contain class diagram at conceptual level no operations are defined ...... while low level design uses class diagram at implementation level with most of the required detail.
I thing coarse grained refers too ... high level design and fine grained refers too ... low level design.

No comments:

Post a Comment