1.In order to inherit from a class, it must be marked open
2.In order to inherit from a class, it must be marked public
3.In order to inherit from a class, it must be marked sealed
4.In order to inherit from a class, it must be marked override
Answer:1