小窓モード


プレミアム

ログイン
設定

設定

superclassとは 意味・読み方・使い方

ピン留め

追加できません

(登録数上限)

単語を追加

意味・対訳 スーパークラスとは、オブジェクト指向においてクラスの親子関係が成り立つ場合の親側のクラスのことである。、計算機科学においてスーパークラス (英: superclass) とは、他の下位クラスの派生元となる上位クラスのことである。

superclassの
変形一覧

名詞:superclasses(複数形)

マイクロソフト用語集での「superclass」の意味

superclass

対訳 スーパークラス

解説

A class in object-oriented programming from which another class - a subclass - is derived. The subclass inherits its attributes and methods from the superclass.


「superclass」を含む例文一覧

該当件数 : 20



例文

Extract Superclass発音を聞く 例文帳に追加

スーパークラスを抽出 - NetBeans

Return the superclass of type.発音を聞く 例文帳に追加

type の上位クラスを返します。 - Python

Moves a method to a class's superclass.発音を聞く 例文帳に追加

メソッドをクラスのスーパークラスに移動します。 - NetBeans

The attributes and operations of the superclass can be exhibited in its subclasses, as a result, each subclass is said to inherit the features of the superclass.発音を聞く 例文帳に追加

スーパークラスの属性と操作は、そのサブクラスにもあります。 このため、サブクラスはスーパークラスの機能を継承するといえます。 - NetBeans

Subclasses are refinements of the superclass, meaning they can inherit features (attributes and operations) from the superclass.発音を聞く 例文帳に追加

サブクラスは、スーパークラスからの派生版であり、このことはスーパークラスから機能 (属性および操作) を継承できることを意味します。 - NetBeans

superclass of eel-shaped chordates lacking jaws and pelvic fins: lampreys発音を聞く 例文帳に追加

ウナギ型の脊索動物の上綱で、顎と腹びれを持たない:ヤツメウナギ - 日本語WordNet

例文

A generalization link shows the relationship between a subclass and its superclass.発音を聞く 例文帳に追加

汎化リンクは、サブクラスとそのスーパークラスの関係を表します。 - NetBeans

>>例文の一覧を見る


調べた例文を記録して、 効率よく覚えましょう
Weblio会員登録無料で登録できます!
  • 履歴機能
    履歴機能
    過去に調べた
    単語を確認!
  • 語彙力診断
    語彙力診断
    診断回数が
    増える!
  • マイ単語帳
    マイ単語帳
    便利な
    学習機能付き!
  • マイ例文帳
    マイ例文帳
    文章で
    単語を理解!
  • その他にも便利な機能が満載!
Weblio会員登録(無料)はこちらから

日本語WordNet(英和)での「superclass」の意味

superclass


日英・英日専門用語辞書での「superclass」の意味

superclass


Weblio英和対訳辞書での「superclass」の意味

superclass


Superclass (computer science)


super class

Weblio英和対訳辞書はプログラムで機械的に意味や英語表現を生成しているため、不適切な項目が含まれていることもあります。ご了承くださいませ。

Wiktionary英語版での「superclass」の意味

superclass

別の表記

語源

super- +‎ class

反意語

上位語

動詞

superclass (三人称単数 現在 superclasses, 現在分詞 superclassing, 過去形および過去分詞 superclassed)

  1. (transitive, computing, object-oriented programming) To create a superclass of.

参照


super class

「superclass」を含む例文一覧

該当件数 : 20



例文

This option indicates that resourcesthat are inherited from a superclass should not be listed.発音を聞く 例文帳に追加

\\-nosuperスーパークラスから継承したリソースは表示しないことを指定する。 - XFree86

The class being refined is named the superclass and each refined version is named the subclass.発音を聞く 例文帳に追加

派生元のクラスをスーパークラスと呼び、派生したクラスをサブクラスと呼びます。 - NetBeans

Creates a new superclass based on a selection of methods in the selected class.発音を聞く 例文帳に追加

選択したクラスでメソッドの選択部分を基に新規スーパークラスを作成します。 - NetBeans

Inherited Resources Both GLwDrawingArea and GLwMDrawingArea inherit behavior and resources from the core superclass.例文帳に追加

継承されるリソースGLwDrawingArea と GLwMDrawingArea のいずれも、コアのスーパークラスから動作とリソースを継承する。 - XFree86

With reference to the superclass, multivalued logic infers relations in the class group to relate classes accordingly.例文帳に追加

そして、スーパクラスを参照することによって、クラス群間の関係を多値論理で推論し、関連付ける。 - 特許庁

If thewidget's parent is a subclass of compositeWidgetClass and if the parentis not being destroyed, it calls XtUnmanageChild on the widget andthen calls the widget's parent's delete_child procedure (see Section 3.4).If the widget's parent is a subclass of constraintWidgetClass, it callsthe constraint destroy procedure for the parent, then the parent's superclass,until finally it calls the constraint destroy procedure for constraintWidgetClass.Calls the destroy methods for the widget (and all descendants) in post-order.For each such widget, it calls the destroy procedure declared in the widgetclass, then the destroy procedure declared in its superclass, until finallyit calls the destroy procedure declared in the Core class record.発音を聞く 例文帳に追加

\\(bu 5ウィジェット(と、その全ての下位ウィジェット)に登録された破棄コールバック手続きを呼ぶ。 - XFree86

When multiple inheritance is used, there is potential ambiguity if the same variable or method can be inherited from more than one superclass.発音を聞く 例文帳に追加

多重継承が使われると、同じ変数またはメソッドが一つ以上のスーパークラスから継承され得る場合、潜在的な曖昧性が存在する。 - コンピューター用語辞典

例文

You can also use this command to declare the method in the superclass and keep the method definition in the current class.発音を聞く 例文帳に追加

このコマンドを使用すると、そのメソッド定義は現在のクラスに保持したままで、スーパークラスでメソッドを宣言することもできます。 - NetBeans

>>例文の一覧を見る

「superclass」の意味に関連した用語

superclassのページの著作権
英和・和英辞典 情報提供元は 参加元一覧 にて確認できます。

   
日本マイクロソフト株式会社日本マイクロソフト株式会社
© 2024 Microsoft
日本語WordNet日本語WordNet
日本語ワードネット1.1版 (C) 情報通信研究機構, 2009-2010 License All rights reserved.
WordNet 3.0 Copyright 2006 by Princeton University. All rights reserved. License
日中韓辭典研究所日中韓辭典研究所
Copyright © 2024 CJKI. All Rights Reserved
Text is available under Creative Commons Attribution-ShareAlike (CC-BY-SA) and/or GNU Free Documentation License (GFDL).
Weblio英和・和英辞典に掲載されている「Wiktionary英語版」の記事は、Wiktionaryのsuperclass (改訂履歴)、super class (改訂履歴)の記事を複製、再配布したものにあたり、Creative Commons Attribution-ShareAlike (CC-BY-SA)もしくはGNU Free Documentation Licenseというライセンスの下で提供されています。

ピン留めアイコンをクリックすると単語とその意味を画面の右側に残しておくことができます。

こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

会員登録のメリット検索履歴を保存できる!

会員登録のメリット語彙力診断の実施回数増加!

無料会員に登録する

このモジュールを今後表示しない
みんなの検索ランキング
閲覧履歴
無料会員登録をすると、
単語の閲覧履歴を
確認できます。
無料会員に登録する
英→日 日→英
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

会員登録のメリット検索履歴を保存できる!

会員登録のメリット語彙力診断の実施回数増加!

無料会員に登録する

©2024 GRAS Group, Inc.RSS