Question: IF SOMEONE COULD COMPLETE THIS USING NETBEANS, NOT ECLIPSE WITH SCREENSHOTS THAT WOULD BE AMAZING ALSO, IF YOU COULD TELL HOW YOU START THE PROJECT.

IF SOMEONE COULD COMPLETE THIS USING NETBEANS, NOT ECLIPSE WITH SCREENSHOTS THAT WOULD BE AMAZING

ALSO, IF YOU COULD TELL HOW YOU START THE PROJECT. IS IT A MAIN CLASS FOR EACH FILE OR JUST A CLASS FOR EACH FILE OR WHICH ONE IS WHICH

I am posting my attempt to my previous question.

I am new to Java programming and not that great at the language of it so please assume youre talking to a dummy

I am getting the same error on 2 different files within my project and I cannot figure it out.

This was my question:

IF SOMEONE COULD COMPLETE THIS USING NETBEANS, NOT ECLIPSE WITH SCREENSHOTS THAT

WOULD BE AMAZING ALSO, IF YOU COULD TELL HOW YOU START THE

THE PROJECT SHOULD BE TITLED U1A1_InheritOverridetoString THIS IS THE DATA NEEDED AND A SAMPLE OUTPUT OF WHAT IT SHOULD LOOK LIKE. PLEASE PROVIDE SCREENSHOTS OF THE CODE INSTEAD OF JUST THE TEXT OF THE CODE.

PROJECT. IS IT A MAIN CLASS FOR EACH FILE OR JUST A

THESE ARE THE SCREENSHOTS OF MY ATTEMPY SHOWING THE ERRORS IM GETTING-IT SAYS "constructor Object in class Object cannot be applied to given types".

CLASS FOR EACH FILE OR WHICH ONE IS WHICH I am posting

my attempt to my previous question. I am new to Java programming

and not that great at the language of it so please assume

youre talking to a dummy I am getting the same error on

In this assessment, you will design and code a Java console application that defines a class, extends it into two other classes, overrides the toString() for all three classes, instantiates the classes into three objects, invokes the toString() on these objects, and prints out the return value of each toString() invocation. You can use either the Toolwire environment or your local Java development environment to complete this assignment. The requirements of this application are as follows. The application is to define a Java class called Course. IThe Course clasS has the following members: 1. code attribute a string field to store the course code (e.g. IT4789) 2. creditHours attribute an int field to store the credit hours of the course (e.g. 3) 3. title attribute - a string field to store the title of the course (e.g. Mobile Cloud Computing Application Development) constructor simply assigns the received values to their corresponding attributes and the course code assigned to the class object 4. Parameterized constructor with the three parameters of code, creditHours, and title. The 5. An overridden toString() method that returns the name of the Java class (i.e. Course) The application need to extend the Course class into two other Java classes named 1. FlexPathCourse 2. GuidedPathCourse The FlexPathCourse class adds the following members optionalResources attribute - a string field for the optional resources for a flexpath course Parameterized constructor with the three parameters of code, creditHours, and title The constructor simply assigns the received values to their corresponding attributes An overridden toString() method that returns the name of the Java class (i.e. FlexPathCourse) and the course code assigned to the class object 1. 2. 3. The GuidedPathCourse class adds the following members 1. duration attribute - an int field for the duration of a guidedpath course requiredResources attribute - a string field for the required resources for a guidedpath course Parameterized constructor with the three parameters of code, creditHours, and title The constructor simply assigns the received values to their corresponding attributes 2. 3

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!