Multiple choice general knowledge ___________is used to display current class inheritance structure Ctrl + T Ctrl + E Ctrl + O 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.