Question
· Sep 27, 2017

The difference between two class compiler keywords "NoExtent" and "Abstract"

The definitions of these two compiler keywords looks very similar to me.

Is there any difference between these two keywords ?

When I declare a parent class as Abstract, its child class could be compiled successfully.

However, when I  declare a parent class as NoExtent, some compile errors about storage references get pop up for its child classes.

Thanks.

Discussion (1)0
Log in or sign up to continue