EX: A BIOS is a file used to make an emulator work properly. <span>A ROM is a copy of a game downloadable online.</span>
E) both C and D
Erro handling and execution paths
Answer:
D) They can be accessed by any method in the same program
Explanation:
Public methods is a form of access modifier in a programming language such as Java, Phython, C#. However, unlike other types of access modifiers like Private Methods, Protected Methods etc they do not put any form of restriction on the access. Hence, in Public Methods members, methods and classes can be accessed from anywhere.
Therefore, what is true of Public Methods is that, they can be accessed by any method in the same program