There is this class:
class Site(val address: String, val foundationYear: Int)
Implement the makeReddit() function that returns a Site with the reddit.com address and the foundation year of 2005.
There is this class:
class Site(val address: String, val foundationYear: Int)
Implement the makeReddit() function that returns a Site with the reddit.com address and the foundation year of 2005.
Create a free account to access the full topic