A. fuel ; when you but a car you aren't buying the gas to go in it
A machine called a centrifuge is used in many technologies and branches
of science, it uses rotary motion to separate material held in
suspension from the medium it is suspended in.
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