Answer:
The Java class is given below with appropriate tags for better understanding
Explanation:
public class Cat extends Pet{
private String breed;
public Cat(String name, String owner, String breed){
/* implementation not shown */
super(name, owner);
this.breed = breed;
}
public String getBreed() {
return breed;
}
public void setBreed(String breed) {
this.breed = breed;
}
public String speak(){ /* implementation not shown */
return "Purring…";
}
}
Answer:
Black is the absence of all light. Things appear black when they do not reflect or emit light. White is the presence of all colors of visible light. Objects appear white when they reflect or emit all wavelengths of visible light (or at least three wavelengths - Red, Blue and Green - in equal intensity).
Explanation:
Answer:
Local and global trends decide the future of an occupation, so they are important to consider.
Answer:
False because calender events help a person remeber when s/he has a event happening that day!