Design a class to overload function pattern() as follows
a) void pattern() without any argument to print $$$$$$$$$$
b) void pattern() with one character argument to print ##########
c) void pattern() with one integer and one character argument to print
@@@@@@@@@ Write a function main to call the above methods
Sample output
$$$$$$$$$$
##########
@@@@@@@@@
Answers
Answered by
0
what is the question about?
Similar questions