Question: You must create two Java files. One is calledLastNameFirstNameWeek6Prog.java, and the other is called Museum.java Ensure you include ALL files required to make your program

 You must create two Java files. One is calledLastNameFirstNameWeek6Prog.java, and the
other is called Museum.java Ensure you include ALL files required to make

You must create two Java files. One is calledLastNameFirstNameWeek6Prog.java, and the other is called Museum.java Ensure you include ALL files required to make your program compile and run. Museum,java Class File 1. Create a new class called Museum that describes a Museum and includes the functionality below 2. The new class has the following five attributes: a. otficialName-the museum's given name (i.e." New Orleans Museum of Arts",etc.), type String b. specialty the museum's type e."At", "Science", etc.), type String c.DumberOtBuildings- the number of buildings in the museum, type integer d. area the museum's area in square feet, type double e. financed -type boolean-true if the museum is financed by patrons false if not. Use these names for attributes exactly as given here. All attributes must be private. 3. Be sure your classes have a good set of accessor and mutator methods. Every member variable must have at least one independent Ensure you use the "this" reference from within this class when referring to every instance variable or instance method of the current object. LastNameFirstNameWeek6Prog.java Class File (Driver Program) Write a driver program that reads information from the user about 3 museums and use this info to create 3 respective Museum objects. The following information should be read from the user per Museum: official name specialty number of buildings area in square feet is the museum financed

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!