61. Functions in Kotlin are created with the following keyword?
62. What is the default return type of any functions defined in Kotlin?
63. The 'when' statement in Kotlin is similar to which statement in other programming languages?
64. Which keyword is used to indicate that a class can be subclassed?
65. What does the lateinit keyword in a variable declaration indicate in Kotlin code?
66. Which Gradle configuration indicates the most recent API level your app has been tested with?
67. Which of the following accessibility tools comes built in with most Android devices?
68. A View can contain any number of View or ViewGroup as its children. True or false?
69. Which of the following visibility attribute values, if set on a view, makes it so the view is hidden and does not take up any space in the layout?
70. Which one of the following statements is true about Button views?
Read More Section(Kotlin Program)
Each Section contains maximum 100 MCQs question on Kotlin Program. To get more questions visit other sections.
