This HTML5 document contains 60 embedded RDF statements represented using HTML+Microdata notation.

The embedded RDF content will be recognized by any processor of HTML5 Microdata.

Namespace Prefixes

PrefixIRI
dbpedia-dehttp://de.dbpedia.org/resource/
dctermshttp://purl.org/dc/terms/
dbohttp://dbpedia.org/ontology/
foafhttp://xmlns.com/foaf/0.1/
n11https://global.dbpedia.org/id/
dbpedia-ruhttp://ru.dbpedia.org/resource/
dbthttp://dbpedia.org/resource/Template:
rdfshttp://www.w3.org/2000/01/rdf-schema#
freebasehttp://rdf.freebase.com/ns/
rdfhttp://www.w3.org/1999/02/22-rdf-syntax-ns#
n10http://www.cas.mcmaster.ca/~emil/Publications_files/
n4https://www.infoworld.com/article/2073649/
owlhttp://www.w3.org/2002/07/owl#
wikipedia-enhttp://en.wikipedia.org/wiki/
dbphttp://dbpedia.org/property/
dbchttp://dbpedia.org/resource/Category:
provhttp://www.w3.org/ns/prov#
xsdhhttp://www.w3.org/2001/XMLSchema#
goldhttp://purl.org/linguistics/gold/
wikidatahttp://www.wikidata.org/entity/
dbrhttp://dbpedia.org/resource/

Statements

Subject Item
dbr:Fragile_base_class
rdf:type
dbo:Disease
rdfs:label
Fragile Base Class Problem Fragile base class Хрупкий базовый класс
rdfs:comment
The fragile base class problem is a fundamental architectural problem of object-oriented programming systems where base classes (superclasses) are considered "fragile" because seemingly safe modifications to a base class, when inherited by the derived classes, may cause the derived classes to malfunction. The programmer cannot determine whether a base class change is safe simply by examining in isolation the methods of the base class. Another alternative solution could be to have an interface instead of superclass. Das Fragile Base Class Problem (FBC) ist ein Fehlverhalten von Software, das bei der objektorientierten Softwareentwicklung beim Versionswechsel der eingesetzten Basissoftware auftreten kann und mit dem Vererbungsmechanismus zusammenhängt. Es kann auftreten, wenn diese Technik der Objektorientierung als Implementierungsvererbung zur Wiederverwendung von Quelltext eingesetzt wird. Хрупкий базовый класс — фундаментальная проблема объектно-ориентированного программирования.
dcterms:subject
dbc:Class_(computer_programming)
dbo:wikiPageID
316681
dbo:wikiPageRevisionID
1107383374
dbo:wikiPageWikiLink
dbr:Infinite_recursion dbr:Objective-C dbr:Java_(programming_language) dbr:Joshua_Bloch dbr:JavaWorld dbr:Kotlin_(programming_language) dbr:C_Sharp_(programming_language) dbr:Subclass_(computer_science) dbr:Fragile_binary_interface_problem dbr:D_(programming_language) dbr:Lecture_Notes_in_Computer_Science dbr:Stack_overflow dbr:Scala_(programming_language) dbr:Inheritance_(object-oriented_programming) dbr:Java_programming_language dbr:Superclass_(computer_science) dbr:Component_Pascal dbr:Software_brittleness dbr:VB.NET dbr:Object-oriented_programming dbr:Interface_(object-oriented_programming) dbc:Class_(computer_programming) dbr:C++ dbr:Multiple_dispatch dbr:Open_recursion dbr:Julia_(programming_language) dbr:Implementation_inheritance dbr:Inheritance_semantics dbr:Virtual_inheritance
dbo:wikiPageExternalLink
n4:why-extends-is-evil.html n10:MikhajlovSekerinski98FragileBaseClassProblem.pdf
owl:sameAs
freebase:m.01tycq n11:Smph dbpedia-ru:Хрупкий_базовый_класс wikidata:Q1440435 dbpedia-de:Fragile_Base_Class_Problem
dbp:wikiPageUsesTemplate
dbt:Reflist dbt:Cite_conference dbt:More_footnotes dbt:About dbt:Cite_web dbt:QID dbt:Short_description
dbo:abstract
Das Fragile Base Class Problem (FBC) ist ein Fehlverhalten von Software, das bei der objektorientierten Softwareentwicklung beim Versionswechsel der eingesetzten Basissoftware auftreten kann und mit dem Vererbungsmechanismus zusammenhängt. Es kann auftreten, wenn diese Technik der Objektorientierung als Implementierungsvererbung zur Wiederverwendung von Quelltext eingesetzt wird. Die Entwickler einer „zerbrechlichen“ Basisklasse, die keine genaue und vollständige Kenntnis über die Nutzung ihrer Implementierungen haben können, sind bei einer Änderung nicht in der Lage, die negativen Konsequenzen vorauszuahnen, die sich für spezialisierende Klassen hieraus ergeben. Die Gründe hierfür sind vielfältig, im Wesentlichen liegt ein Missverständnis zwischen den Entwicklern der Basisklasse und denen der verwendenden Spezialisierungen vor. Dies liegt zumeist daran, dass die Funktionalität der Basisklasse und auch das von den Spezialisierungen erwartete Verhalten nicht ausreichend präzise spezifiziert sind. Хрупкий базовый класс — фундаментальная проблема объектно-ориентированного программирования. The fragile base class problem is a fundamental architectural problem of object-oriented programming systems where base classes (superclasses) are considered "fragile" because seemingly safe modifications to a base class, when inherited by the derived classes, may cause the derived classes to malfunction. The programmer cannot determine whether a base class change is safe simply by examining in isolation the methods of the base class. One possible solution is to make instance variables private to their defining class and force subclasses to use accessors to modify superclass states. A language could also make it so that subclasses can control which inherited methods are exposed publicly. These changes prevent subclasses from relying on implementation details of superclasses and allow subclasses to expose only those superclass methods that are applicable to themselves. Another alternative solution could be to have an interface instead of superclass. The fragile base class problem has been blamed on open recursion (dynamic dispatch of methods on <a href="/wiki/This_(computer_programming)" title="This (computer programming)">this</a>), with the suggestion that invoking methods on this default to closed recursion (static dispatch, early binding) rather than open recursion (dynamic dispatch, late binding), only using open recursion when it is specifically requested; external calls (not using this) would be dynamically dispatched as usual.
gold:hypernym
dbr:Problem
prov:wasDerivedFrom
wikipedia-en:Fragile_base_class?oldid=1107383374&ns=0
dbo:wikiPageLength
6787
foaf:isPrimaryTopicOf
wikipedia-en:Fragile_base_class