Write a C++ Program With proper explanation step by step to Create a class named Developer that stores the information about an application developer. Implementation of all the points is necessary. Private instance variable to store the experience of developer, number of applications published, number of GitHub repositories. Parameterized constructor that sets all the instance variable. Setter and getter methods to set and get the instance variable values. A public method named calulateSalary() that returns the expected salary of the employee Salary of the developer is determined by: (experience of developer + number of applications published + number of GitHub repositories) * 500 $. If expected salary is less than 1000$ then assign the status to employee as “Rookie developer” and if the expected salary comes out to be greater then 1000$ then assign the status to the developer as “pro developer”. Create a method name displayInfo that will display all the information about the developer along with its expected salary and status?

Microsoft Visual C#
7th Edition
ISBN:9781337102100
Author:Joyce, Farrell.
Publisher:Joyce, Farrell.
Chapter10: Introduction To Inheritance
Section: Chapter Questions
Problem 19RQ
icon
Related questions
Question
100%

Write a C++ Program With proper explanation step by step to Create a class named Developer that stores the information about an application developer. Implementation of all the points is necessary. Private instance variable to store the experience of developer, number of applications published, number of GitHub repositories. Parameterized constructor that sets all the instance variable. Setter and getter methods to set and get the instance variable values. A public method named calulateSalary() that returns the expected salary of the employee Salary of the developer is determined by: (experience of developer + number of
applications published + number of GitHub repositories) * 500 $. If expected salary is less than 1000$ then assign the status to employee as “Rookie developer” and if the expected salary comes out to be greater then 1000$ then assign the status to the developer as “pro developer”. Create a method name displayInfo that will display all the information about the developer along with its expected salary and status?

Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 3 steps with 2 images

Blurred answer
Knowledge Booster
Class
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.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
Microsoft Visual C#
Microsoft Visual C#
Computer Science
ISBN:
9781337102100
Author:
Joyce, Farrell.
Publisher:
Cengage Learning,