Object Oriented Programming Practice (Intake 41)
Question
Create an abstract class called Phone. Phone will have only one function called callReceive(). Create a derived class called Landline and Mobile where Landline will define callReceive() so that it will show output "pick up" and similarly Mobile will show ...
in progress
0
General
3 years
23 Answers
490 views