1.

Explain The Concepts And Capabilities Of Garbage Collection Feature Of Ruby?

Answer»

► Ruby is an object oriented language and every object oriented language TENDS to ALLOCATE many OBJECTS during EXECUTION of the program.
► Ruby deletes unallocated and unused objects automatically.
► This feature can be controlled by applying proper SYNTAX and program through ruby.

► Ruby is an object oriented language and every object oriented language tends to allocate many objects during execution of the program.
► Ruby deletes unallocated and unused objects automatically.
► This feature can be controlled by applying proper syntax and program through ruby.



Discussion

No Comment Found