<<interface>>
IProcess
+ getReverseString(s:String):String
countDigitsInString(s:String): int
Write a class named MyProcess (in the default package), which implements the IProcess interface. The MyProcess class implements methods of the IProcess as below:
7 of 7
Paper No: 1
getReverseString(s:String):String - return the reverse string of the string s
countDigitsInString(s:String):int - return the number of the digits in the string s
Zoom
+ 100%
Close