日本語のみで絞り込む

条件を指定して検索しています。すべての条件を解除する

  • 最終更新日:1年以内
  • 2023/10/24 -In C++, the explicit keyword is used with a constructor to prevent it from performing implicit conversions. A C++ explicit constructor is marked to not ...

    2023/12/29 -Member functions, member classes, and static data members of class templates can be explicitly instantiated from their member definitions. Explicit ...

    2023/5/11 -In C#, operators are symbols or keywords used to perform operations on variables or values. Implicit and explicit operators are two types of operators used ...

    2024/2/9 -Explicit instruction is unambiguous, structured, systematic, and scaffolded instruction. 1 There are many descriptions of explicit instruction, ...

    2024/3/19 -Examples include conversions from smaller to larger integral types, and conversions from derived classes to base classes. Explicit conversions (casts): Explicit ...

    2024/4/26 -These fictional constructors are public members of the hypothetical class type. They are explicit if the guide was formed from an explicit constructor. If ...

    2023/8/9 -1 Answer 1 ... What you mean is called duck-typing and some languages like Go use that: If it walks like a duck, it must be a duck, right? C# does not support ...

    2023/11/2 -Explicit implementation is useful when a class implements multiple interfaces that declare methods with the same name. It allows the class to disambiguate the ...

    2023/11/15 -Benefits of explicitly defaulted and deleted functions. In C++, the compiler automatically generates the default constructor, copy constructor, copy-assignment ...

    2024/1/1 -We want to convert from Celsius to Fahrenheit using a conversion between the two types implicitly. Base class which has a single property other classes inherit.