Which technique is used for adding a string to a literal in Ruby?

64. Ruby ____ is a technique for adding a string to a literal.

  1. Interpolation
  2. Substitution
  3. Injection

Answer: A) Interpolation

Explanation:

Ruby interpolation is a technique for adding a string to a literal.

Comments and Discussions!

Load comments ↻






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