- 1
Cat c = new Cat (12); ....Meow(); how should the Meow method be called?
5 Answers
+ 1
c.Meow();
0
may be Meow() in the Cat class or a Base class that are inherited by Cat class.
simply call the method by using object of class . methodName();
0
[ ] a =
double[
];
- 3
Cat. Meow