Implement concrete class model using C++ /Java
1.Show the definition for a method called myMethod that 1) is visible outside the class and can only access class variables, 2) returns an array of integers, and 3) accepts two parameters which are a String and double, in that order.
2.Which of the following statements is true about the concrete class model in Java?
3.Which of the following methods and variables would be appropriate for the Customer class in the Release a Vehicle use case scenario?