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”