Question: Java Define a class called isci. Let this class have variables such as name, surname, salary, city, task. Let the constructor of this class assign
Java Define a class called isci. Let this class have variables such as name, surname, salary, city, task. Let the constructor of this class assign the parameters it receives to these variables. In the main method, create an object of this class and send various parameters. Define 2 of these 5 variables as private and write getter and setter methods.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
