Soft Keywords Flashcards
by - _________ the _______ of
1) an ____________2) __________ for a _______
to another object.
delegates the implementation of an interface to another object
Delegates the implementation of accessors for a property to another object
catch - begins a _________ that handles a specific ___________ type
begins a block that handles a specific exception type
constructor - declares a __________ or _________ _________
declares a primary or secondary constructor
delegate, field, file, get, param, property, set - are used as __________ use-site ___________ .
Are used as an annotation use-site targets
dynamic - references a dynamic ______ in kotlin/JS code
references a dynamic type in Kotlin/JS code
Q
A
Q
A
finally - begins a block that is ________ _________ when a _______ block exits.
begins a block that is always executed when a try block exits
get - also declares the _______ of a ____________.
declares the getter of a property
import - imports a __________ from another __________ into the _________ file
imports a declaration from another package into the current file
init - begins an __________ block
begins an initializer block
Q
A
Q
A
receiver
is used as an annotation use-site target
set - is also used to declare the _________ of a ____________.
declares the setter of a property