You are required to suggest a solution to the problem of your friend.
The solution to the long pause of the movie when your friend is streaming is to get a <em><u>good internet connection.</u></em>
- Your friend has a problem with a movie pausing for long moments whenever she is streaming. This is caused by <em><u>poor internet connection</u></em> of your friends device.
- Internet service providers provides internet connection for users. Your friend should consult her <em>internet service providers</em> to make a complain and they will suggest solutions to her problems.
Read more:
brainly.com/question/24928510
If you're talking about connecting to the internet internet, it would be the PS2. You could buy an adapter for an ethernet cable to allow for online play.
The answer is Method
A method is a code block of statements that perform a task.
By calling a method, a program causes statements to be executed. In C#
programming, every instruction that is executed is performed in the context of
a method. Technically, it is how behaviors are implemented in C# and are
enclosed in parentheses separated by commas
I’m not sure but i think it might be design
Answer:
1. Classes and objects
2. Inheritance
3. Polymorphism
4. Data hiding/ encapsulation
5. Interfaces.
Explanation:
Classes and objects depict the major component of the OOP (object oriented programming). It explains the object like a ball in a soccer game development.
The inheritance is like the subclass of the object. Data hiding is a stage in oop where the codes or data are hidden from another users.
In the polymorphism stage, the object is given the ability to change to a sub-object, while in the interface stage a function or method signature is defined without implementing it.