There is a class named SomeClass. You need to find its only method and invoke it without arguments.
class SomeClass {
// there is a method
}
Your program must print out the result of the found method.
There is a class named SomeClass. You need to find its only method and invoke it without arguments.
class SomeClass {
// there is a method
}
Your program must print out the result of the found method.
Create a free account to access the full topic