Multiple choice Can we create the objects of abstract class? Yes No Reveal answer Fill a bubble to check yourself B Correct answer Explanation Explanation: We can't create the object of an abstract class because these are the classes which get its implementation in the classes where these are used.