Answer:
A. A quiet room
Explanation:
Because if you open the windows the will be noise
a huge room will echoe
a room with air conditioning will make noise
I think the best one is voice recognition keyboards.
Would perfect work there
Mark as brainliest
Answer: Virtual Organisations
Explanation: Virtual Organisations are Organisations that do not have any physical presence (brick and mortar). They exist in Internet platforms, social media and are known through the use telecommunications systems and facilities. This type of organisations continously conduct their businesses and liaise with their customers only through virtual Communication platforms like the computer Communication systems.
Learning
planning
designing
developing
testing delivering
Answer:(c) abstract class A { abstract void unfinished(); }
Explanation:
A legal abstract class must have the keyword abstract before the class and an abstract class has abstract functions with the keyword abstract written and a void as the return type.