The virtual method has an empty body and does not need to be called by overriding methods.
sealed class
|
EmptyBody
|
extends
|
Attribute
|
If
the
methods
return
type
is
void
,
it
contains
no
statements
at
all.
Otherwise
it
contains
a
single
return
statement
that
returns
some
default
value
of
the
return
type
(e.g.
false
for
bool
).