C++ Design a class named Computer that holds the make, model,
and amount of memory of a computer. Include methods to set the
values for each data field, and include a method that displays all
the values for each field. Create the class diagram and write the
pseudocode that defines the class.
Pseudocode help please
#pseudocode
Computer:
+make: String
+model: String
+memory: int
-Computer()
-getMake():string
-setMake(string):void
-getModel():string
-setModel(string):void
-getMemory(): int
-setMemory(int): void
-toString(): String
#UML
Get Answers For Free
Most questions answered within 1 hours.