"unsubclass" meaning in All languages combined

See unsubclass on Wiktionary

Verb [English]

Forms: unsubclasses [present, singular, third-person], unsubclassing [participle, present], unsubclassed [participle, past], unsubclassed [past]
Etymology: From un- + subclass. Etymology templates: {{prefix|en|un|subclass}} un- + subclass Head templates: {{en-verb}} unsubclass (third-person singular simple present unsubclasses, present participle unsubclassing, simple past and past participle unsubclassed)
  1. (object-oriented programming, transitive) To cause (a previously subclassed window or object) no longer to act like a member of a subclass. Tags: transitive Categories (topical): Object-oriented programming

Inflected forms

{
  "etymology_templates": [
    {
      "args": {
        "1": "en",
        "2": "un",
        "3": "subclass"
      },
      "expansion": "un- + subclass",
      "name": "prefix"
    }
  ],
  "etymology_text": "From un- + subclass.",
  "forms": [
    {
      "form": "unsubclasses",
      "tags": [
        "present",
        "singular",
        "third-person"
      ]
    },
    {
      "form": "unsubclassing",
      "tags": [
        "participle",
        "present"
      ]
    },
    {
      "form": "unsubclassed",
      "tags": [
        "participle",
        "past"
      ]
    },
    {
      "form": "unsubclassed",
      "tags": [
        "past"
      ]
    }
  ],
  "head_templates": [
    {
      "args": {},
      "expansion": "unsubclass (third-person singular simple present unsubclasses, present participle unsubclassing, simple past and past participle unsubclassed)",
      "name": "en-verb"
    }
  ],
  "lang": "English",
  "lang_code": "en",
  "pos": "verb",
  "senses": [
    {
      "categories": [
        {
          "kind": "other",
          "name": "English entries with incorrect language header",
          "parents": [
            "Entries with incorrect language header",
            "Entry maintenance"
          ],
          "source": "w"
        },
        {
          "kind": "other",
          "name": "English terms prefixed with un-",
          "parents": [],
          "source": "w"
        },
        {
          "kind": "other",
          "name": "Entries with translation boxes",
          "parents": [],
          "source": "w"
        },
        {
          "kind": "other",
          "name": "Pages with 1 entry",
          "parents": [],
          "source": "w"
        },
        {
          "kind": "other",
          "name": "Pages with entries",
          "parents": [],
          "source": "w"
        },
        {
          "kind": "topical",
          "langcode": "en",
          "name": "Object-oriented programming",
          "orig": "en:Object-oriented programming",
          "parents": [
            "Programming",
            "Computing",
            "Software engineering",
            "Technology",
            "Computer science",
            "Engineering",
            "Software",
            "All topics",
            "Sciences",
            "Applied sciences",
            "Media",
            "Fundamental",
            "Communication"
          ],
          "source": "w"
        }
      ],
      "examples": [
        {
          "ref": "1990, Paul W. Cheatham, David E. Reich, Robert F. G. Robinson, OS/2 presentation manager programming, page 339:",
          "text": "A good convention for working with multiple subclasses is to only subclass the window procedure that is the first in the call chain and only unsubclass the one that is first.",
          "type": "quote"
        },
        {
          "ref": "1996, Ted Coombs, Jason Coombs, Don Brewer, The Netscape LiveWire Sourcebook:",
          "text": "Unsubclassing the plug-in window ensures that Navigator can continue to function normally once the plug-in module is unloaded.",
          "type": "quote"
        },
        {
          "ref": "1997, Douglas A. Young, Netscape developer's guide to plug-ins, page 177:",
          "text": "It is very important to remember to unsubclass the plug-in window when the plug-in is destroyed.",
          "type": "quote"
        }
      ],
      "glosses": [
        "To cause (a previously subclassed window or object) no longer to act like a member of a subclass."
      ],
      "id": "en-unsubclass-en-verb-FXa3Cwkx",
      "links": [
        [
          "object-oriented programming",
          "object-oriented programming"
        ],
        [
          "subclass",
          "subclass"
        ],
        [
          "window",
          "window"
        ],
        [
          "object",
          "object"
        ]
      ],
      "qualifier": "object-oriented programming",
      "raw_glosses": [
        "(object-oriented programming, transitive) To cause (a previously subclassed window or object) no longer to act like a member of a subclass."
      ],
      "tags": [
        "transitive"
      ]
    }
  ],
  "word": "unsubclass"
}
{
  "etymology_templates": [
    {
      "args": {
        "1": "en",
        "2": "un",
        "3": "subclass"
      },
      "expansion": "un- + subclass",
      "name": "prefix"
    }
  ],
  "etymology_text": "From un- + subclass.",
  "forms": [
    {
      "form": "unsubclasses",
      "tags": [
        "present",
        "singular",
        "third-person"
      ]
    },
    {
      "form": "unsubclassing",
      "tags": [
        "participle",
        "present"
      ]
    },
    {
      "form": "unsubclassed",
      "tags": [
        "participle",
        "past"
      ]
    },
    {
      "form": "unsubclassed",
      "tags": [
        "past"
      ]
    }
  ],
  "head_templates": [
    {
      "args": {},
      "expansion": "unsubclass (third-person singular simple present unsubclasses, present participle unsubclassing, simple past and past participle unsubclassed)",
      "name": "en-verb"
    }
  ],
  "lang": "English",
  "lang_code": "en",
  "pos": "verb",
  "senses": [
    {
      "categories": [
        "English entries with incorrect language header",
        "English lemmas",
        "English terms prefixed with un-",
        "English terms with quotations",
        "English transitive verbs",
        "English verbs",
        "Entries with translation boxes",
        "Pages with 1 entry",
        "Pages with entries",
        "Quotation templates to be cleaned",
        "en:Object-oriented programming"
      ],
      "examples": [
        {
          "ref": "1990, Paul W. Cheatham, David E. Reich, Robert F. G. Robinson, OS/2 presentation manager programming, page 339:",
          "text": "A good convention for working with multiple subclasses is to only subclass the window procedure that is the first in the call chain and only unsubclass the one that is first.",
          "type": "quote"
        },
        {
          "ref": "1996, Ted Coombs, Jason Coombs, Don Brewer, The Netscape LiveWire Sourcebook:",
          "text": "Unsubclassing the plug-in window ensures that Navigator can continue to function normally once the plug-in module is unloaded.",
          "type": "quote"
        },
        {
          "ref": "1997, Douglas A. Young, Netscape developer's guide to plug-ins, page 177:",
          "text": "It is very important to remember to unsubclass the plug-in window when the plug-in is destroyed.",
          "type": "quote"
        }
      ],
      "glosses": [
        "To cause (a previously subclassed window or object) no longer to act like a member of a subclass."
      ],
      "links": [
        [
          "object-oriented programming",
          "object-oriented programming"
        ],
        [
          "subclass",
          "subclass"
        ],
        [
          "window",
          "window"
        ],
        [
          "object",
          "object"
        ]
      ],
      "qualifier": "object-oriented programming",
      "raw_glosses": [
        "(object-oriented programming, transitive) To cause (a previously subclassed window or object) no longer to act like a member of a subclass."
      ],
      "tags": [
        "transitive"
      ]
    }
  ],
  "word": "unsubclass"
}

Download raw JSONL data for unsubclass meaning in All languages combined (2.3kB)


This page is a part of the kaikki.org machine-readable All languages combined dictionary. This dictionary is based on structured data extracted on 2025-01-08 from the enwiktionary dump dated 2025-01-01 using wiktextract (9a96ef4 and 4ed51a5). The data shown on this site has been post-processed and various details (e.g., extra categories) removed, some information disambiguated, and additional data merged from other sources. See the raw data download page for the unprocessed wiktextract data.

If you use this data in academic research, please cite Tatu Ylonen: Wiktextract: Wiktionary as Machine-Readable Structured Data, Proceedings of the 13th Conference on Language Resources and Evaluation (LREC), pp. 1317-1325, Marseille, 20-25 June 2022. Linking to the relevant page(s) under https://kaikki.org would also be greatly appreciated.