T/F: return type can be of the same type in method overriding,”An overridden method may have a more specific return type. That is, as long as the new return type is assignable to the return type of the method you are overriding

Average Rating
0 out of 5 stars. 0 votes.

T/F: return type can be of the same type in method overriding,”An overridden method may have a more specific return type. That is, as long as the new return type is assignable to the return type of the method you are overriding

it’s allowed.stackoverflow”