跳到主要内容

Fortran 禁止在子类中重载方法

type point
real :: x
real :: y
contains
procedure, non_overridable :: proc
end type