Home /
Expert Answers /
Computer Science /
you-are-a-computer-manufacturer-that-sells-personal-computers-your-company-produces-many-types-of-pa595
(Solved):
You are a computer manufacturer that sells personal computers. Your company produces many types of ...
You are a computer manufacturer that sells personal computers. Your company produces many types of computers including desktops, laptops, all-in-one and hybrids. Create an abstract class that will be the parent of all the computers your factory will produce. Your abstract class must contain at least 3 interfaces and 3 abstract methods. Then create a child class that extends and implements all the abstract methods and interfaces from your parent computer class.