All Subjects
Light
collapse
Practice Quizzes
AP Computer Science A
Unit 9 – Inheritance in Object-Oriented Programming
Topic 9.5
If class C is class B's superclass and class A is class C's superclass, what are the appropriate class headers for each of the three classes?
```java public class A { } public class C extends A { } public class B extends C { } ```
```java public class C { } public class B extends C { } public class A extends B { } ```
```java public class B { } public class C extends B { } public class A extends C { } ```
```java public class C { } public class B extends C { } public class A extends C { } ```
Related content
Practice quizzes
Practice this subject
Practice this unit
Practice this topic
Study guides (1)
AP Computer Science A - 9.5 Creating References Using Inheritance Hierarchies
Key terms
Superclass
Class Headers
Class A
Class B
About Us
About Fiveable
Blog
Careers
Testimonials
Code of Conduct
Terms of Use
Privacy Policy
CCPA Privacy Policy
Resources
Cram Mode
AP Score Calculators
Study Guides
Practice Quizzes
Glossary
Crisis Text Line
Request a Feature
Report an Issue
Stay Connected
© 2024 Fiveable Inc. All rights reserved.
AP® and SAT® are trademarks registered by the College Board, which is not affiliated with, and does not endorse this website.
About Us
About Fiveable
Blog
Careers
Testimonials
Code of Conduct
Terms of Use
Privacy Policy
CCPA Privacy Policy
Resources
Cram Mode
AP Score Calculators
Study Guides
Practice Quizzes
Glossary
Crisis Text Line
Request a Feature
Report an Issue
© 2024 Fiveable Inc. All rights reserved.
AP® and SAT® are trademarks registered by the College Board, which is not affiliated with, and does not endorse this website.
Back
Practice Quiz
Guides
Glossary
Guides
Glossary
Next