By Saiful Alam RifanNovember 2, 20210 Comments What is a Factory Method in Kotlin? It's a kinda Design Pattern. How and when do we need to use it? The Read More ...
By Saiful Alam RifanNovember 2, 20210 Comments What are Generics in Kotlin? They enable types (classes and interfaces) to be parameters when defining classes, interfaces, and methods/functions. Read More ...