If a class contains an abstract method ________. a. the method will only have a header, but not a body, and will end with a semicolon b. the method cannot be overridden in subclasses c. you must create an instance of the class d. All of these are true.