Class Y is a subclass of class X. Will this compile? :
X myX = new Y( );"
a) Yes, it will compile without errors.
b) No, it will throw a compilation error.
c) It will compile with warnings.
d) It will throw a runtime error.