Answer:
C is the answer to this question.
Answer:
true
Explanation:
they really do
the memory saves
while the processor determine the speed of the computer .... The processor also determine the price is the pc as it is the brain of the computer
Answer:
by simply just logging on and using the internet.
Explanation:
Answer:
All the members within a class are by default are private. Private function in a class can access public function within a similar class. Private member formed the implementation of the class and also form the private interface of members within the class.
All the member of class can be access by function inside the class when it is declare as private.
For example:
class test
{
private:
int a; // when test:a is private
public:
test() : a() // a is accessible in test class
}
B. What determines the growth rate of a fish population