Multiple choice general knowledge

___________is used to display current class inheritance structure

  1. Ctrl + T

  2. Ctrl + E

  3. Ctrl + O

  4. Ctrl + C

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

Ctrl+T in Eclipse displays the Type Hierarchy, showing the inheritance structure of the current class - its superclass and subclasses. This helps visualize object-oriented relationships.