Answer:
RUP
Explanation:
RUP or Rational Unified Process is an IBM's software that divides the development process in four phases. It was developed to work throughout the entire software development life cycle, it's adaptive.
I hope you find this information useful and interesting! Good luck!
Answer:
D
Explanation:
Adobe Dreamweaver can hep him make a website and publish it.
CTRL+P. It's usually pressed when you want to print something.
Answer:
Polymorphism means that a variable of supertype can refer to a subtype object.
Explanation:
For example, in Python programming language, a function that accepts an iterable object uses the concept of polymorphism because that function can accept strings, lists, tuples as arguments.