Unity Game Engine what is code reusability what is modularit
Unity Game Engine
what is code reusability?
what is modularity?
how is unity game engine Object-Oriented?
Solution
Answer:
Code reusability comes under use of the code repeatedly in the program so that it performs any of the function many number of times so that it reduces the code which is available by the seperation from the file and making it as the global file so that it is used as the global constants file and use it as a service when ever required.Modularity comes under integration the code in the application so that any number of tasks can be peromed by making as a single entity to run the application.
