6-class design Flashcards
1
Q
this vs this()
A
this: refers to instance of a class.
this(): refers to constructor call within the class
2
Q
Class modifiers
A
final
abstract
sealed
non-sealed
static
3
Q
Description of final
A
Class may not be extended