1. Computer Science Engineering (CSE)
  2. CPP Programming
  3. Which of the following is not a correct ...
Q.

Which of the following is not a correct statement?

A. Every class containing abstract method must be declared abstract.
B. Abstract class can directly be initiated with ‘new’ operator.
C. Abstract class can be initiated.
D. Abstract class does not contain any definition of implementation.
Answer» B. Abstract class can directly be initiated with ‘new’ operator.
View all MCQs in:   CPP Programming

Discussion