Multiple choice An abstract class cannot be _____________ in Java. declared defined instantiated inherited Reveal answer Fill a bubble to check yourself C Correct answer Explanation An abstract class cannot be instantiated in Java that is the instance of abstract class cannot be created.