Q1. Question To Define A Class and Its Member Function
Q1. Question To Define A Class and Its Member Function
Define a Class
Note : Solve each question in proper Manner as you are doing in Final Exam. Don’t use Shortcuts.
Public members :
A parameterized constructor to initialize all the members
A function INTAX( ) to enter data for the tax payer and call function CalcTax( ) to assign
TotTax.
A function OUTAX( ) to allow user to view the content of all the data members
A function ReturnPanno( ) to return the PanNo to the called function.
**********