In Enterprise Class Structure, we have four layers. Below is the diagram which would give us an idea on inheritance too.
- Organization
- Division
- Framework
- Implementation
Note:
- There is no way Division is connected to Framework. So there shouldn't be any inheritance between division layer and Framework layer in our design too.
- Implementation is a combination of {Division, Framwork}. Whereas implementation layer would have direct inheritance with Framework layer and Division layer.
Hi Pavan, Implementation layer we also have pattern inheritance too,I think if we want direct inheritance we can make it ,Correct me second point if I am wrong
ReplyDelete