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
0
" A" Is the answer...
Answered by
0
Hello mate
here's your answer
`¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤
Option A -
object encapsulation ✔✔
¤¤¤¤¤¤¤¤¤¤¤¤¤¤
Hope it is helps you
here's your answer
`¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤
Option A -
object encapsulation ✔✔
¤¤¤¤¤¤¤¤¤¤¤¤¤¤
Hope it is helps you
Similar questions