Related Questions

What will be the correct option of the following Java code snippet?
interface ICust {}class RegularCustomer implements ICust {}class OneTimeCustomer implements ICust {}