Question: big thumbs up for answer! Pls answer asap! Q12) Assuming these classes represent a 3 ter program, what is the issue with this code? class
big thumbs up for answer!
Pls answer asap!
Q12) Assuming these classes represent a 3 ter program, what is the issue with this code? class Presentation\{ public int add(int i1, int i2) class BusinessLogic Br Database database = new Database(); class Database\{ \{ int add(int i1, int i2) Presentation presentation = new Presentation (; return presentation.add(i1,i2);\} 1) Nothing, Code is fine 2) Business Logic should be combined with Database layer. 3) Database Layer should not call presentation layer 4) Business Logic should not call database layer 5) Inheritance not Composition should be used Q12) Q13) When creating a new project. What is your first step when choosing the correct architecture (other than feasibility and specifications)? Q13)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
