Question: I need help making a java program that uses the below requirements, to create a movie genre selector. Thank you for your help. 4 Pillars

I need help making a java program that uses the below requirements, to create a movie genre selector. Thank you for your help.

4 Pillars of OOP, Inheritance, Polymorphism (overloading or overriding), Encapsulation, Abstraction (Abstract class or Interface)

Must create and use at least 3 Constructors

Must create and invoke at least four methods.

the main method does not count towards the method count

Two methods must not be getter or setter methods

The method must have a purpose

//This will not count public void methodOne(){ System.out.println("method one"); }

Use a Scanner to get responses from the user

Must contain a switch statement

Must handle at least one exception

The project must include at least 3 Classes, including a Main.java class

Use one of the Collections structures.

ArrayList, HashSet, Queue, Stack, LinkedList, HashMap (One of these Data Structures will count)

Use a loop to traverse through the Collection structure you chose and modify, organize or return values from the iteration.

Each part of your code should be meaningful and used at least once. i.e. if any line of code in any class is deleted, this should result in a compiler error.

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!