How do you instantiate the object of the engine class?

11. How do you instantiate the object of the engine class?

  1. Using object_engine()
  2. Using create_object()
  3. Using engine_object()
  4. Using create_engine()

Answer: D) Using create_engine()

Explanation:

Using the create_engine() function we instantiate the object of the engine class.

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.