Which of the following type of variable is available in the Ruby class?

61. Which of the following type of variable is available in the Ruby class?

  1. Local Variables
  2. Global Variables
  3. Class Variables
  4. Instance Variables
  5. All of the above

Answer: E) All of the above

Explanation:

Types of variables available in Ruby Class are,

  • Local Variables
  • Global Variables
  • Class Variables
  • Instance Variables

Comments and Discussions!

Load comments ↻






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