Home / Report Question

Q. How do you create an instance of a class?
  • A. new ClassName()
  • B. create ClassName()
  • C. object ClassName()
  • D. instanceof ClassName()