Computer Science, asked by sophiakulikhan, 6 months ago

What are the primary components of a computer system? What is polymorphism? These are 2 questions I'm having trouble with, please help

Answers

Answered by priyanujbd12345
4

Explanation:

1.The major hardware components of a computer system are:

  • Processor.
  • Main memory.
  • Secondary memory.
  • Input devices.
  • Output devices.

2. Polymorphism is the property of something having many forms. A thing that has many forms is polymorphic. Appropriately, and perhaps confusingly, its meaning takes many forms, notably in computer science and biology. ... In object-oriented languages there is more than one kind of polymorphism.

The word 'polymorphism' literally means 'a state of having many shapes' or 'the capacity to take on different forms'. ... Method overloading is an example of static polymorphism, while method overriding is an example of dynamic polymorphism.

Similar questions