

MCQOPTIONS
Saved Bookmarks
1. |
Identify the process done in the below code snippet namespace McqsMentorConsoleApplication o = {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 | |