jessicalivchits1216 jessicalivchits1216 24-11-2022 Computers and Technology contestada consider the following class definition. public class bird { private string species; private string color; private boolean canfly; public bird(string str, string col, boolean cf) { species