0 votes
in Scala Constructs by
Scala classes can contain static members

a) True

b) False

1 Answer

0 votes
by

b) False

Scala classes does not contain static members.

Scala does not have static keyword, but still we can define them by using object keyword.

...