What is binary object model?



What is binary object model?..

Answer / Chandan Singh

The Binary Object Model (BOM) is a data representation format that stores data in a binary form. It's often used to exchange data between different applications or platforms. The exact structure of the BOM can vary depending on the specific application or standard being followed.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C++ General Interview Questions

What is the difference between Char a[ ]=”string” and char *a=”String”

11 Answers   Adobe,


What are shallow and deep copy?

1 Answers  


what is the use of void main() in C++ language?

1 Answers  


Why do we need pointers?

1 Answers  


What is searching?

1 Answers  


Which of the following is evaluated first: a) && b) || c) !

1 Answers  


Can we use struct in c++?

1 Answers  


What is a "RTTI"?

6 Answers   HCL,


What is set in c++?

1 Answers  


What is the difference between method and message?

5 Answers   HP,


what is importance of data sturture in a programming language?

22 Answers   L&T, TCS, Wipro,


Is java easier than c++?

1 Answers  


Categories