July2016 cs Q40

0. Which of the following statements is correct?
(1) Every class containing abstract method must not be declared abstract.
(2) Abstract class cannot be directly initiated with ‘new’ operator.
(3) Abstract class cannot be initiated.
(4) Abstract class contains definition of implementation.

  • Option : C
  • Explanation :
  • Every class containing abstract method must be declared abstract.
  • Abstract class doesn't contains definition of implementation
  • Abstract class cannot be directly initiated with ‘new’ operator and it cannot be initiated. Statement (2) and (3) are correct.
  • So, option (C) is correct.
Cancel reply

Your email address will not be published. Required fields are marked *


Cancel reply

Your email address will not be published. Required fields are marked *