Multiple Choice
Which of the following statements will create a class named Red that is based on the class Color ?
A) public class Red extends Color
B) public Red class extends Color
C) public Color class expands Red
D) public extend Red class Color
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q18: What is the process of inlining and
Q19: Match each term with the correct statement
Q20: You are never aware that _ is
Q21: Match each term with the correct statement
Q22: Match each term with the correct statement
Q24: A class diagram consists of a rectangle
Q25: What is information hiding and how is
Q26: What are the parts of a class
Q27: Match each term with the correct statement
Q28: When you create parent and child classes