Solved

Which of the Following Code Snippets Denotes That the Lime

Question 69

Multiple Choice

Which of the following code snippets denotes that the Lime class inherits from the Citrus class?


A) public class Lime extends Citrus
B) public class Citrus extends Lime
C) public class Lime
{
Private ArrayList<Citrus> fruits;
}
D) public class Citrus
{
Private ArrayList<Lime> limes;
}

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions