MCQOPTIONS
Saved Bookmarks
| 1. |
_Identify the process done in the below code snippeto = {x:1, y:{z:[false,null,""]}}; s = JSON.stringify(o); p = JSON.parse(s);$? |
| A. | Object Encapsulation |
| B. | Object Serialization |
| C. | Object Abstraction |
| D. | Object Encoding |
| Answer» C. Object Abstraction | |