What relationship does the extends keyword represent?
A. "is a" B. "has a" C. Polymorphism D. Multivariance E. Overloading
Click to view the answer
A.
Java's extends and implements keywords represent the "is a" relationship between types.