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
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started