Q. Which of the following is not a correct statement?
- A. Abstract class does not contain any definition of implementation.
- B. Abstract class can be initiated.
- C. Abstract class can directly be initiated with ‘new’ operator.
- D. Every class containing abstract method must be declared abstract.
Correct Answer: C