Services
Discover
Homeschooling
Ask a Question
Log in
Sign up
Filters
Done
Question type:
Essay
Multiple Choice
Short Answer
True False
Matching
Topic
Computing
Study Set
Java Programming Study Set 2
Quiz 11: Advanced Inheritance Concepts
Path 4
Access For Free
Share
All types
Filters
Study Flashcards
Practice Exam
Learn
Question 21
Multiple Choice
When you show abstract classes and methods in class diagrams, their names appear in ____.
Question 22
Multiple Choice
When you create a new subclass in Java, neither the superclass source code nor the superclass ____ is changed.
Question 23
Multiple Choice
Classes, such as the String class, have their own equals() methods that overload the ____ class method.
Question 24
Multiple Choice
Which of the following is NOT true regarding abstract methods?
Question 25
Multiple Choice
When you create a class and use the implements clause to implement an interface but fail to code one of the interface's methods, the compiler error generated indicates that you must declare your class to be ____.