Given the following class:
class Journal(val title: String, val publisher: String) {
}
How can you write a function reference to the constructor of the class Journal?
Do not add whitespaces to your result.
Given the following class:
class Journal(val title: String, val publisher: String) {
}
How can you write a function reference to the constructor of the class Journal?
Do not add whitespaces to your result.
Create a free account to access the full topic