How to reuse rules through inheritance
Is it a mistake in the description below?:
1) Here it is the definition: Pattern inheritance describes the business relationship between classes. Pattern inheritance allows your application to share rules with other applications throughout an organization. The following image demonstrates a basic pattern inheritance hierarchy. - it clearly states that Pattern Inheritance allows sharing rules with other applications.
Is it a mistake in the description below?:
1) Here it is the definition: Pattern inheritance describes the business relationship between classes. Pattern inheritance allows your application to share rules with other applications throughout an organization. The following image demonstrates a basic pattern inheritance hierarchy. - it clearly states that Pattern Inheritance allows sharing rules with other applications.
2) But the knowledge check on the same page below states completely different:
So what is correct? Can pattern inheritance be used to share rules between apps or not?
Thank you.