Hard question thx for the points give me brainlest points plz
Answer:
Person p1, p2, p3;
int m1, m2, m3;
p1 = new Person();
// assignment 1
m1 = p1.getMoney();
p2 = new Student();
// assignment 2
m2 = p2.getMoney();
p3 = new Employee();
// assignment 3
m3 = p3.getMoney();
//////////////////////////////////////////////////////////////////////////////////////////////
The reference to getMoney in assignment 3 is to the <em>Person</em> class.
Explanation:
Since Employee class didn't override Person class's getMoney() method, calling p3 with getMoney() will call Base class's (Person) getMoney() method.
Answer:
1. Architectural sheet.
2. Site plan.
3. Floor plan.
4. Title page and index.
5. Geodetic Engineer.
Explanation:
1. Architectural sheet: A drawing sheet that contains perspective, site development title, page and sheet index. It is generally used by architects as a graphical representation of a development plan or project.
2. Site plan: A drawing of the lot showing the setback and development of the house in relation to the lot.
3. Floor plan: The top view of the site or lot where the proposed house will be built.
4. Title page and index: Generally includes title block, table of contents, and signs and sealed of the duly licensed and registered professionals in the plans.
5. Geodetic Engineer: He signs in the lot survey plans. A geodetic engineer studies geodynamic phenomenon such as tide, polar motion and the earth movement.
Answer:
Is B I think So don’t be in a comments trying to come for me
Step by step explanation: