Question: Make a biscuits factory management by using java Language. Implement the program using four principles of java Inheritance, polymorphism, abstraction, and incapsulation. While implementing the
- Make a biscuits factory management by using java Language. Implement the program using four principles of java Inheritance, polymorphism, abstraction, and incapsulation. While implementing the program use search, insert, and delete in an unsorted array. Explain how the program works.
Step by Step Solution
3.42 Rating (149 Votes )
There are 3 Steps involved in it
Answer 1 Encapsulation In short encapsulation means data hiding To achieve encapsulation Make fieldsmember Variables private private can be accessed only within the same class hence we are hiding the ... View full answer
Get step-by-step solutions from verified subject matter experts
