Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Person というオブジェクトがあり、他のクラスまたはオブジェクトによって値を決定する必要があります。そのうちの 1 つはオブジェクトの人が男の子か女の子かで、2 つのクラスは平均体重などの変数を返します。どうすればこれを達成できますか?
「人」にいくつかの属性を与える必要があります
またはbool isBoy_string(Enum?) Gender
bool isBoy
string(Enum?) Gender
同様にfloat bodyWeightまたは同様の。
float bodyWeight
次に、人の を作成し、各人listの を取得する必要があります。AveragebodyWeight
list
Average
bodyWeight
このリストを検索whereして、人物isBoyまたはgender一致boyするものを見つけることもできます。girl
where
isBoy
gender
boy
girl