Pg 243 : 9.2.3 abstract and static

Date: 2019-03-02
Status: Fixed
Fixedinbuild:
16
Old Text:
class Bed extends Furniture{
New Text:
abstract class Bed extends Furniture{
Comments:
class Bed should be abstract. Although the code still won't compile because of the reason mentioned before.
Reportedby:
OCAJ01

 Back