Jump to content

Talk:Fragile binary interface problem

Page contents not supported in other languages.
From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by 128.120.178.73 (talk) at 09:14, 20 August 2005 (the content is inappropriately mixing concepts). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

Although there is a note saying that fragile binary interface problem (FBI) is different from fragile base class problem (FBC), the article itself is mixing the two concepts, especially the first sentence. Even, in the "Solutions" section, it talks inappropriately about FBC. Part of the section should be moved to Fragile base class. The link given should also be moved to Fragile base class.

FBI is not restricted to OO languages; it even has a longer history than OO languages, I think. Application binary interface describes the origin of FBI more appropriately, if I am right, and may be merged with this article.