Question:Which of the following statements is not true with regard to abstract classes in php5?
A Abstract classes are introduced in PHP5
B A class with a single abstract method must be declared abstract
C Abstract class can nontain non abstract methods
D Abstract method must have method definition and can have optional empty braces following it
+ AnswerB
+ Report