Skip to content

Commit fb9d392

Browse files
authored
added getUserInput() to the Laptop class
1 parent 0c2d7b8 commit fb9d392

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

module2/01-inheritance.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -275,6 +275,8 @@ protected:
275275
class Laptop : public Computer,
276276
public Screen {
277277
Keyboard keyboard_;
278+
public:
279+
void getUserInput();
278280
};
279281

280282
class Tablet : public Computer,

0 commit comments

Comments
 (0)