Your browser does not support JavaScript!

Which of the following class declaration is not allowed to be instantiated?

  • public abstract class Person {} Correct
  • class Person{}
  • public class Person {}
  • None of the above
  • public final class Person {}
Similar ITE-6104 questions