name-hiding
Overloading a super class's function
Is there something in the C++ standard that prevents me from overloading a super class\'s function? Starting with this pair of classes:[详细]
2023-02-03 00:45 分类:问答Haskell modules: hidden names and ghci
I\'m trying to export just a subset of names from a Haskell module, but ghci happily lets me access even the hidden names.[详细]
2023-01-29 22:26 分类:问答How to read integer value from the standard input in Java
What class can I use for reading开发者_开发技巧 an integer variable in Java?You can use java.util.Scanner (API):[详细]
2022-12-24 23:32 分类:问答