You can say partially this, but not fully as interface is having only abstract methods. Without interface you can directly write class and put your methods over there. Interface is designed for...