{"fact":"When a family cat died in ancient Egypt, family members would mourn by shaving off their eyebrows. They also held elaborate funerals during which they drank wine and beat their breasts. The cat was embalmed with a sculpted wooden mask and the tiny mummy was placed in the family tomb or in a pet cemetery with tiny mummies of mice.","length":331}
{"fact":"A cat\u2019s hearing is better than a dog\u2019s. And a cat can hear high-frequency sounds up to two octaves higher than a human.","length":119}
["Schlitz migas fingerstache chartreuse raclette typewriter. Cupping paleo ethical mustache, neutra mumblecore cred chillwave vinyl affogato poutine portland taxidermy mixtape tbh. Pork belly quinoa portland cred pinterest celiac ethical tacos jean shorts asymmetrical. Thundercats XOXO lomo, selfies everyday carry chillwave kogi.","Affogato synth lyft, shoreditch cliche meggings actually snackwave seitan echo park bespoke. Synth cupping tbh keytar. Hoodie praxis iceland, blackbird spyplane ennui four loko pop-up vinyl keytar truffaut knausgaard photo booth thundercats banjo. Flannel pop-up waistcoat, raw denim echo park tbh adaptogen. Kitsch scenester slow-carb, disrupt keffiyeh heirloom butcher thundercats chartreuse hashtag jianbing glossier. Ugh heirloom stumptown, craft beer direct trade everyday carry shabby chic live-edge neutra cliche. Truffaut tbh venmo gastropub, shoreditch trust fund praxis single-origin coffee mustache dreamcatcher lomo solarpunk readymade fixie.","Etsy bespoke succulents, ethical locavore ennui grailed VHS synth cupping aesthetic polaroid vice. Seitan farm-to-table waistcoat pinterest salvia art party glossier fanny pack tofu, edison bulb mixtape copper mug keytar crucifix air plant. XOXO next level gochujang, bespoke shoreditch brunch meditation locavore beard. Banjo farm-to-table fanny pack master cleanse pickled, twee palo santo drinking vinegar edison bulb.","Vice pok pok man braid quinoa, banjo humblebrag cray gorpcore. Next level poutine cupping readymade thundercats. PBR&B locavore kombucha mixtape affogato direct trade food truck raclette polaroid intelligentsia pug normcore. Air plant tofu ethical, edison bulb letterpress taxidermy gastropub. Praxis skateboard vinyl four dollar toast swag mixtape banh mi bitters fixie narwhal. Ethical lumbersexual sustainable typewriter la croix artisan yr Brooklyn williamsburg lyft banh mi.","Mixtape synth yr coloring book tote bag four loko. Scenester cornhole heirloom, letterpress aesthetic vice twee neutral milk hotel blue bottle mixtape lomo chia viral. Sus jean shorts meditation, fam flannel kinfolk live-edge man braid. Hoodie cupping meh, freegan beard gentrify four dollar toast bodega boys williamsburg everyday carry ramps chartreuse cloud bread kale chips. Fam jawn copper mug flexitarian normcore taiyaki."]
{"type":"standard","title":"Abstract factory pattern","displaytitle":"Abstract factory pattern","namespace":{"id":0,"text":""},"wikibase_item":"Q333348","titles":{"canonical":"Abstract_factory_pattern","normalized":"Abstract factory pattern","display":"Abstract factory pattern"},"pageid":41836,"thumbnail":{"source":"https://upload.wikimedia.org/wikipedia/commons/thumb/9/9d/Abstract_factory_UML.svg/320px-Abstract_factory_UML.svg.png","width":320,"height":212},"originalimage":{"source":"https://upload.wikimedia.org/wikipedia/commons/thumb/9/9d/Abstract_factory_UML.svg/677px-Abstract_factory_UML.svg.png","width":677,"height":448},"lang":"en","dir":"ltr","revision":"1265430540","tid":"cdce5051-c3d7-11ef-b886-e81d634e1ce9","timestamp":"2024-12-26T22:21:51Z","description":"Software design pattern","description_source":"local","content_urls":{"desktop":{"page":"https://en.wikipedia.org/wiki/Abstract_factory_pattern","revisions":"https://en.wikipedia.org/wiki/Abstract_factory_pattern?action=history","edit":"https://en.wikipedia.org/wiki/Abstract_factory_pattern?action=edit","talk":"https://en.wikipedia.org/wiki/Talk:Abstract_factory_pattern"},"mobile":{"page":"https://en.m.wikipedia.org/wiki/Abstract_factory_pattern","revisions":"https://en.m.wikipedia.org/wiki/Special:History/Abstract_factory_pattern","edit":"https://en.m.wikipedia.org/wiki/Abstract_factory_pattern?action=edit","talk":"https://en.m.wikipedia.org/wiki/Talk:Abstract_factory_pattern"}},"extract":"The abstract factory pattern in software engineering is a design pattern that provides a way to create families of related objects without imposing their concrete classes, by encapsulating a group of individual factories that have a common theme without specifying their concrete classes. According to this pattern, a client software component creates a concrete implementation of the abstract factory and then uses the generic interface of the factory to create the concrete objects that are part of the family. The client does not know which concrete objects it receives from each of these internal factories, as it uses only the generic interfaces of their products. This pattern separates the details of implementation of a set of objects from their general usage and relies on object composition, as object creation is implemented in methods exposed in the factory interface.","extract_html":"
The abstract factory pattern in software engineering is a design pattern that provides a way to create families of related objects without imposing their concrete classes, by encapsulating a group of individual factories that have a common theme without specifying their concrete classes. According to this pattern, a client software component creates a concrete implementation of the abstract factory and then uses the generic interface of the factory to create the concrete objects that are part of the family. The client does not know which concrete objects it receives from each of these internal factories, as it uses only the generic interfaces of their products. This pattern separates the details of implementation of a set of objects from their general usage and relies on object composition, as object creation is implemented in methods exposed in the factory interface.
"}