Question from the Ruby (legacy) test

In Ruby, what is the output of the following code? `class A; def some_method; end; end; class B < A; end; f = B.new; f.some_method;`

Expert

Check the true statement(s)

Author: Olivier MillaStatus: PublishedQuestion passed 16 times
Edit
0
Community EvaluationsNo one has reviewed this question yet, be the first!