Aug2016 cs Q40

0. Which of the following is not a correct statement?

  • Option : B
  • Explanation :
  • Every class containing abstract method must be declared abstract.Correct Declaration is required.
  • Abstract class can directly be initiated with ‘new’ operator. No it can't be initiated directed by only 'new' operator. So, it is Inorrect
  • Abstract class can be initiated.Correct
  • Abstract class does not contain any definition of implementation.Correct
  • So, option (B) is correct.
Cancel reply
Cancel reply