Which is true for the simple class decleration?
class Person(val name:String)
a) Is package private
b) It is public
c) It has private property ‘name’
d) It can be extended by other classes
What is the answer of this question and why class keyword has small c i.e. class?