About Question enthuware.ocajp.i.v8.2.1478 :
Posted: Wed May 06, 2015 3:35 pm
In this question the correct answer is B but maybe I've not understand something.
The answer say
and, by definition, an abstract class can never be instantiated.
Is it correct?
Regards
The answer say
but we haveIt will compile if class BankAccount is marked abstract.
Code: Select all
Account acct = new BankAccount();
Is it correct?
Regards