Solution Description
Line 2: static functions cannot use non-static variables. Line 3: Static function cannot call non-static function. Line 4:this or super keyword cannot be used inside a static function.####price is a final field, thus statement “ b.price = 16 “ is incorrect since we cannot re assign a final variableStatic Keyword:
Class level variables hi static variables hote hai
Comments
Post a Comment