Page 1 of 1

About Question enthuware.ocajp.i.v7.2.1292 :

Posted: Wed Oct 21, 2015 2:57 pm
by iCubeDm
Here is the typo in syntax. ";" is not permitted there

http://prntscr.com/8ttfv3

Re: About Question enthuware.ocajp.i.v7.2.1292 :

Posted: Wed Oct 21, 2015 9:06 pm
by admin
While the semicolon is redundant, it is not an error. I just tried to compile it and it compiled fine.
-Paul.

Re: About Question enthuware.ocajp.i.v7.2.1292 :

Posted: Mon Dec 04, 2017 8:47 am
by Rinkesh
So, if abstract class Klass had implemented the I interface then it would have kept the method public and then subclass just needed to extend the abstract class Klass? Am I right?

Re: About Question enthuware.ocajp.i.v7.2.1292 :

Posted: Mon Dec 04, 2017 9:31 am
by admin
What happened when you tried it out?