which type of relationship is depicted between building and school? public class building { private int squarefeet; } public class school extends building{ private string schooldistrict; } group of answer choices has-a is-a contains-a there is no relationship between the two classes