Jordie5802 Jordie5802 Today at 11:12 PM Computers and Technology Answered 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.