please use java intellij IDEA
Rubric Demonstrate Inheritance Assignment Grading Guide80<- lab value well done :). you met the requirements of the assignment creatively, applying the lessons learned from this week's reading. keep up the good work. item%val%earnedpointscomments lab must compile and run, meet one or more of the assignment requirements, and be correctly submitted (zip file with all .java and .class files and a word document with screen shot(s) and integrity statements) to get any credit for your work.yes content program satisfies assignment requirements. output is correct and program code follows assignment instructions. name and lab number included in program output (your system.out statement should be the first statement in main()).5%100%4.0 code is well documented (meaningful identifiers and comments).5%100%4.0 code is well formatted.5%100%4.0 employee superclass created that factors out the attributes and behaviors in class commissionemployee that are common to all employees.35%100%28.0 rewrite class commissionemployee as a subclass of employee. class commissionemployee should contain only the instance variables and methods that are not declared in superclass employee. class commissionemployee’s constructor should invoke class employee’s constructor and commissionemployee’s tostring method should invoke employee’s tostring method. 35%100%28.0 run the basepluscommissionemployeetest app unchanged (except for the statement adding your name and lab number) demonstratingn that the changes you made did not change the output. take screen shot(s) and place them in your word document.15%100%12.0 total100%80.0 feedback welldonewell done :). you met the requirements of the assignment creatively, applying the lessons learned from this week's reading. keep up the good work. goodgood job. you met most of the requirements of the assignment creatively, applying the lessons learned from this week's reading. see the rest of my comments below. notgoodplease see my comments below. here is a link to a word document with tips, links, tutorials, and tutors to help you get back on track: https://www.dropbox.com/s/gkk59be5mg2wdso/java%20help%20for%20struggling%20students.docx?dl=0 didnotseei didn't see this :(. poorlyformattedyour code was very poorly formatted making it very hard to read. see the author's examples in your text for proper formatting guidance. sheet3 csis 312 demonstrate inheritance assignment instructions overview in chapter 9 of your deitel & deitel text, you studied an inheritance hierarchy in which class basepluscommissionemployee inherited from class commissionemployee. however, not all types of employees are commissionemployees. instructions in this exercise, you’ll create a more general employee superclass that factors out the attributes and behaviors in class commissionemployee that are common to all employees. the common attributes and behaviors for all employees are firstname, lastname, socialsecuritynumber, getfirstname, getlastname, getsocialsecuritynumber and a portion of method tostring. create a new superclass employee that contains these instance variables and methods and a constructor. next, rewrite class commissionemployee as a subclass of employee. class commissionemployee should contain only the instance variables and methods that are not declared in superclass employee. class commissionemployee’s constructor should invoke class employee’s constructor and commissionemployee’s tostring method should invoke employee’s tostring method. once you’ve completed these modifications, run the basepluscommissionemployeetest app using these new classes to ensure that the app still displays the same results for a basepluscommissionemployee object. make sure that your screen shots show your program running and that your runtime display shows that your program does all that is required of it. you only get credit for what you demonstrate. lab="" value="" well="" done="" :).="" you="" met="" the="" requirements="" of="" the="" assignment="" creatively,="" applying="" the="" lessons="" learned="" from="" this="" week's="" reading.="" keep="" up="" the="" good="" work.="" item="" %val="" %earned="" points="" comments="" lab="" must="" compile="" and="" run,="" meet="" one="" or="" more="" of="" the="" assignment="" requirements,="" and="" be="" correctly="" submitted="" (zip="" file="" with="" all="" .java="" and="" .class="" files="" and="" a="" word="" document="" with="" screen="" shot(s)="" and="" integrity="" statements)="" to="" get="" any="" credit="" for="" your="" work.="" yes="" content="" program="" satisfies="" assignment="" requirements.="" output="" is="" correct="" and="" program="" code="" follows="" assignment="" instructions.="" name="" and="" lab="" number="" included="" in="" program="" output="" (your="" system.out="" statement="" should="" be="" the="" first="" statement="" in="" main()).="" 5%="" 100%="" 4.0="" code="" is="" well="" documented="" (meaningful="" identifiers="" and="" comments).="" 5%="" 100%="" 4.0="" code="" is="" well="" formatted.="" 5%="" 100%="" 4.0="" employee="" superclass="" created="" that="" factors="" out="" the="" attributes="" and="" behaviors="" in="" class="" commissionemployee="" that="" are="" common="" to="" all="" employees.="" 35%="" 100%="" 28.0="" rewrite="" class="" commissionemployee="" as="" a="" subclass="" of="" employee.="" class="" commissionemployee="" should="" contain="" only="" the="" instance="" variables="" and="" methods="" that="" are="" not="" declared="" in="" superclass="" employee.="" class="" commissionemployee’s="" constructor="" should="" invoke="" class="" employee’s="" constructor="" and="" commissionemployee’s="" tostring="" method="" should="" invoke="" employee’s="" tostring="" method.="" 35%="" 100%="" 28.0="" run="" the="" basepluscommissionemployeetest="" app="" unchanged="" (except="" for="" the="" statement="" adding="" your="" name="" and="" lab="" number)="" demonstratingn="" that="" the="" changes="" you="" made="" did="" not="" change="" the="" output.="" take="" screen="" shot(s)="" and="" place="" them="" in="" your="" word="" document.="" 15%="" 100%="" 12.0="" total="" 100%="" 80.0="" feedback="" welldone="" well="" done="" :).="" you="" met="" the="" requirements="" of="" the="" assignment="" creatively,="" applying="" the="" lessons="" learned="" from="" this="" week's="" reading.="" keep="" up="" the="" good="" work.="" good="" good="" job.="" you="" met="" most="" of="" the="" requirements="" of="" the="" assignment="" creatively,="" applying="" the="" lessons="" learned="" from="" this="" week's="" reading.="" see="" the="" rest="" of="" my="" comments="" below.="" notgood="" please="" see="" my="" comments="" below.="" here="" is="" a="" link="" to="" a="" word="" document="" with="" tips,="" links,="" tutorials,="" and="" tutors="" to="" help="" you="" get="" back="" on="" track:="" https://www.dropbox.com/s/gkk59be5mg2wdso/java%20help%20for%20struggling%20students.docx?dl="0" didnotsee="" i="" didn't="" see="" this="" :(.="" poorlyformatted="" your="" code="" was="" very="" poorly="" formatted="" making="" it="" very="" hard="" to="" read.="" see="" the="" author's="" examples="" in="" your="" text="" for="" proper="" formatting="" guidance.="" sheet3="" csis="" 312="" demonstrate="" inheritance="" assignment="" instructions="" overview="" in="" chapter="" 9="" of="" your="" deitel="" &="" deitel="" text,="" you="" studied="" an="" inheritance="" hierarchy="" in="" which="" class="" basepluscommissionemployee="" inherited="" from="" class="" commissionemployee.="" however,="" not="" all="" types="" of="" employees="" are="" commissionemployees.="" instructions="" in="" this="" exercise,="" you’ll="" create="" a="" more="" general="" employee="" superclass="" that="" factors="" out="" the="" attributes="" and="" behaviors="" in="" class="" commissionemployee="" that="" are="" common="" to="" all="" employees.="" the="" common="" attributes="" and="" behaviors="" for="" all="" employees="" are="" firstname,="" lastname,="" socialsecuritynumber,="" getfirstname,="" getlastname,="" getsocialsecuritynumber="" and="" a="" portion="" of="" method="" tostring.="" create="" a="" new="" superclass="" employee="" that="" contains="" these="" instance="" variables="" and="" methods="" and="" a="" constructor.="" next,="" rewrite="" class="" commissionemployee="" as="" a="" subclass="" of="" employee.="" class="" commissionemployee="" should="" contain="" only="" the="" instance="" variables="" and="" methods="" that="" are="" not="" declared="" in="" superclass="" employee.="" class="" commissionemployee’s="" constructor="" should="" invoke="" class="" employee’s="" constructor="" and="" commissionemployee’s="" tostring="" method="" should="" invoke="" employee’s="" tostring="" method.="" once="" you’ve="" completed="" these="" modifications,="" run="" the="" basepluscommissionemployeetest="" app="" using="" these="" new="" classes="" to="" ensure="" that="" the="" app="" still="" displays="" the="" same="" results="" for="" a="" basepluscommissionemployee="" object.="" make="" sure="" that="" your="" screen="" shots="" show="" your="" program="" running="" and="" that="" your="" runtime="" display="" shows="" that="" your="" program="" does="" all="" that="" is="" required="" of="" it.="" you="" only="" get="" credit="" for="" what="" you="">- lab value well done :). you met the requirements of the assignment creatively, applying the lessons learned from this week's reading. keep up the good work. item%val%earnedpointscomments lab must compile and run, meet one or more of the assignment requirements, and be correctly submitted (zip file with all .java and .class files and a word document with screen shot(s) and integrity statements) to get any credit for your work.yes content program satisfies assignment requirements. output is correct and program code follows assignment instructions. name and lab number included in program output (your system.out statement should be the first statement in main()).5%100%4.0 code is well documented (meaningful identifiers and comments).5%100%4.0 code is well formatted.5%100%4.0 employee superclass created that factors out the attributes and behaviors in class commissionemployee that are common to all employees.35%100%28.0 rewrite class commissionemployee as a subclass of employee. class commissionemployee should contain only the instance variables and methods that are not declared in superclass employee. class commissionemployee’s constructor should invoke class employee’s constructor and commissionemployee’s tostring method should invoke employee’s tostring method. 35%100%28.0 run the basepluscommissionemployeetest app unchanged (except for the statement adding your name and lab number) demonstratingn that the changes you made did not change the output. take screen shot(s) and place them in your word document.15%100%12.0 total100%80.0 feedback welldonewell done :). you met the requirements of the assignment creatively, applying the lessons learned from this week's reading. keep up the good work. goodgood job. you met most of the requirements of the assignment creatively, applying the lessons learned from this week's reading. see the rest of my comments below. notgoodplease see my comments below. here is a link to a word document with tips, links, tutorials, and tutors to help you get back on track: https://www.dropbox.com/s/gkk59be5mg2wdso/java%20help%20for%20struggling%20students.docx?dl=0 didnotseei didn't see this :(. poorlyformattedyour code was very poorly formatted making it very hard to read. see the author's examples in your text for proper formatting guidance. sheet3 csis 312 demonstrate inheritance assignment instructions overview in chapter 9 of your deitel & deitel text, you studied an inheritance hierarchy in which class basepluscommissionemployee inherited from class commissionemployee. however, not all types of employees are commissionemployees. instructions in this exercise, you’ll create a more general employee superclass that factors out the attributes and behaviors in class commissionemployee that are common to all employees. the common attributes and behaviors for all employees are firstname, lastname, socialsecuritynumber, getfirstname, getlastname, getsocialsecuritynumber and a portion of method tostring. create a new superclass employee that contains these instance variables and methods and a constructor. next, rewrite class commissionemployee as a subclass of employee. class commissionemployee should contain only the instance variables and methods that are not declared in superclass employee. class commissionemployee’s constructor should invoke class employee’s constructor and commissionemployee’s tostring method should invoke employee’s tostring method. once you’ve completed these modifications, run the basepluscommissionemployeetest app using these new classes to ensure that the app still displays the same results for a basepluscommissionemployee object. make sure that your screen shots show your program running and that your runtime display shows that your program does all that is required of it. you only get credit for what you demonstrate.>