Question: MISY 3433: Java Applications in Business Lab#1: Creating a class and a Test Program (Part a) Purpose of the lab The Purpose of the lab
MISY 3433: Java Applications in Business Lab#1: Creating a class and a Test Program (Part a) Purpose of the lab The Purpose of the lab is to create a simple class and a test program. We will use the example of Student class. 1. Create a New Project To create a project: File New Java Project Enter a name for the project (labia) then click Finish 2. Create a Class called Student Attributes firstName o lastName Methods constructor o getName (returns the complete name of the student) 3. Create a Class called Student Tester Supply a main method Create 1 instance of Student Display all the name of the instance of Student
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
