M
Q. What is the main principle behind object-oriented programming?
No solution found for this question.
Add Solution and get +2 points.
You must be Logged in to update hint/solution
Be the first to start discuss.
Q. How do you convert a Date object to a string in Ruby?
Q. Which of the following statement is not a feature of ruby?
Q. In Ruby, what does the `elsif` keyword do?
Q. What is the output of the given code? m= 8 loop do m += 2 puts m break if m == 16 end
Q. What is the purpose of the initialize method in Ruby classes?
Q. How do you find the number of days in the current month in Ruby?
Q. What will any variable evaluate to if it is of Boolean data type?
Q. What is the purpose of the super keyword in Ruby OOP?
Q. Which keyword is used to define an exception class in Ruby?
Q. What is the output of the given code? i = 50 while i > 25 do print 50/i i -= 1 end
Discusssion
Login to discuss.