Computer Science, asked by Deepakbapu, 1 year ago

difference between local object& global object​

Answers

Answered by Anonymous
7

Answer:

Explanation:

The object declared outside all function bodies is known as global object. All functions can access the global object. The object declared inside a function body is known as local object. The scope of local object is limited to its current block.

Answered by abin101
0

Answer:

local objects are cheaper and do not have high taxes but global objects have high rate and more taxes

Similar questions