Question 1 Which of the following statements about abstract classes is true? Not yet answered Marked out of 1.00 P Flag
Posted: Mon May 02, 2022 12:04 pm
Question 1 Which of the following statements about abstract classes is true? Not yet answered Marked out of 1.00 P Flag question Select one: For a class to be abstract, it must not have any instance variables. O For a class to be abstract, it must contain at least one method (member function) declared with the keyword abstract. O Abstract classes cannot extend (become subclasses of other classes. O An abstract class cannot be instantiated.