W
W
willesoff2014-12-02 13:16:09
Programming
willesoff, 2014-12-02 13:16:09

What does "granular inheritance" mean?

In the process of work, I heard from a high-ranking Solution Architect a phrase containing the phrase "granularity of inheritance". Can someone give a short explanation of what is the point?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
S
Sergey Lerg, 2014-12-02
@Lerg

Perhaps, this means inheritance in the form of not the whole class, but only its separate loosely coupled parts. traits concept.

A
aush, 2014-12-02
@aush

In programming, the terms "fine-grained" and "coarse-grained" are sometimes used to describe systems, usually to reflect the degree of connectivity between system components. In the English part of the Internet, I can’t remember a stable term similar to “granularity of inheritance”, moreover, such a phrase seems strange to me, because inheritance is the type of connection in which the system is the most tightly coupled (least granular).

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question