Computer Science, asked by kavyadixit5729, 1 year ago

Identify the process done in the below code snippet
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

Answers

Answered by Anonymous
0
" A" Is the answer...
Answered by afruja70
0
Hello mate

here's your answer

`¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤

Option A -

object encapsulation ✔✔

¤¤¤¤¤¤¤¤¤¤¤¤¤¤

Hope it is helps you
Similar questions