(answer) This is a slightly tricky OOP concept question because Polymorphism is the real concept behind both Overloading and Overriding. Overloading is compiled time Polymorphism and Overriding is Runtime Polymorphism. 27. Can an interface extend more than one interface in Java? Yes, an interface...