Create a class 'ProblemSolution' with following characteristics A public method 'solution' without parameters and return type is int. Create object of class 'Student' inside 'solution' method and return the value of ""rollNumber"" from the class 'Student'.
+5
Answers (1)
Know the Answer?
Not Sure About the Answer?
Find an answer to your question 👍 “Create a class 'ProblemSolution' with following characteristics A public method 'solution' without parameters and return type is int. ...” in 📗 Computers & Technology if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Home » Computers & Technology » Create a class 'ProblemSolution' with following characteristics A public method 'solution' without parameters and return type is int.