gpt4 book ai didi

java - c# upcasting 总是被允许的

转载 作者:太空宇宙 更新时间:2023-11-03 23:08:35 26 4
gpt4 key购买 nike

Java 中,

"Up-casting is casting to a supertype, while downcasting is casting to a subtype. Supercasting is always allowed, but subcasting involves a type check and can throw a ClassCastException."

( What is the difference between up-casting and down-casting with respect to class variable )

C# 中是否也总是允许向上转型?

最佳答案

是的,这是允许的,因为子类是祖先类的特殊化。

例子:

让我们考虑这样一种情况,我们有一个名为 Birdclass,另一个名为 Sparrow 和第三个 EagleSparrowEagle 继承自 BirdSparrowsEagles 有很大不同,但它们都是Bird。所以,如果出于某种原因你想拥有 BirdCollection,那么你可以拥有 EagleSparrow 同时在该Collection 中的对象,因为它们仍然是Birds,如果只是特定 Bird

关于java - c# upcasting 总是被允许的,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/40286336/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com