Jordie5802 Jordie5802 01-01-2024 Computers and Technology contestada Create an abstract class of your choice with 3 instance variables, 1 constructor that setsall the 3 values of the instance variable during the object creation, at least 2 abstractmethods, and 1 concrete method in Java.