1. In Java, can you use polymorphism without the keyword extends?

2. In Java, is an encapsulated entity necessarily an object?

3. In Java can you use polymorphism with functions that require...