Ocp 1z0-829 > 6-class design > Flashcards
this vs this()
this: refers to instance of a class.this(): refers to constructor call within the class
Class modifiers
finalabstractsealednon-sealedstatic
Description of final
Class may not be extended