When a subclass implements a computed property, will it override, or shadow a computed property of the same name in the parent class?
Thanks.
When a subclass implements a computed property, will it override, or shadow a computed property of the same name in the parent class?
Thanks.
My test shows that it’s shadowed.
[quote=164380:@Chay Wesley]When a subclass implements a computed property, will it override, or shadow a computed property of the same name in the parent class?
Thanks.[/quote]
Properties of any kind are not virtual so this would always shadow the parent property