Write an abstract class FacultyAbstract which has abstract methods ,void setDetails (String name, double basic_sal, double allowance) ,getDetails() and getSalary(double basic_sal, double allowance) ,Create another class Lecturer which extends the FacultyAbstract class and defines the above methods in this class setDetails (String name,double basic_sal, double allowance) asks the user to enter the details of the lecturer like name, basic salary and allowance .getDetails() displays, name, basic salary and allowance of a lecturer .getSalary(double basic_sal, double allowance) returns the total salary of the lecturer .Create an object obj of Lecturer class, ask the user to enter the values, and then call the getmethods .Mention your final output
Write an abstract class FacultyAbstract which has abstract methods ,void setDetails (String name, double basic_sal, double allowance) ,getDetails() and getSalary(double basic_sal, double allowance) ,Create another class Lecturer which extends the FacultyAbstract class and defines the above methods in this class setDetails (String name,double basic_sal, double allowance) asks the user to enter the details of the lecturer like name, basic salary and allowance .getDetails() displays, name, basic salary and allowance of a lecturer .getSalary(double basic_sal, double allowance) returns the total salary of the lecturer .Create an object obj of Lecturer class, ask the user to enter the values, and then call the getmethods .Mention your final output
Chapter11: Advanced Inheritance Concepts
Section: Chapter Questions
Problem 3PE
Related questions
Question
i have exam and iwant soilution
Expert Solution
This question has been solved!
Explore an expertly crafted, step-by-step solution for a thorough understanding of key concepts.
Step by step
Solved in 2 steps
Knowledge Booster
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.Recommended textbooks for you
EBK JAVA PROGRAMMING
Computer Science
ISBN:
9781337671385
Author:
FARRELL
Publisher:
CENGAGE LEARNING - CONSIGNMENT
C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning
Microsoft Visual C#
Computer Science
ISBN:
9781337102100
Author:
Joyce, Farrell.
Publisher:
Cengage Learning,
EBK JAVA PROGRAMMING
Computer Science
ISBN:
9781337671385
Author:
FARRELL
Publisher:
CENGAGE LEARNING - CONSIGNMENT
C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning
Microsoft Visual C#
Computer Science
ISBN:
9781337102100
Author:
Joyce, Farrell.
Publisher:
Cengage Learning,