``` // Another attempt to cast but no override ...
# android
a
Copy code
// Another attempt to cast but no override again
    override fun onBindViewHolder(holder: RecyclerView.ViewHolder, position: Int) {
        (holder as ImageViewHolder).bindView(position)
    }