12.07.2015 Views

proposed syllabus for second year degree course in computer

proposed syllabus for second year degree course in computer

proposed syllabus for second year degree course in computer

SHOW MORE
SHOW LESS
  • No tags were found...

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

DR. BABASAHEB AMBEDKAR MARATHWADA UNIVERSITY,AURANGABADFACULTY OF ENGINEERING AND TECHNOLOGYSecond Year Eng<strong>in</strong>eer<strong>in</strong>gSemester-IICSE-271: LAB-VI: OBJECT ORIENTED PROGRAMMING USINGC++ LABORATORYTeach<strong>in</strong>g SchemeExam<strong>in</strong>ation SchemePractical: 2 Hrs/week Practical/Oral: 50 MarksLIST OF EXPERIMENTS1. Design, develop, and execute a program <strong>in</strong> C++ based on the follow<strong>in</strong>grequirements:An EMPLOYEE class is to conta<strong>in</strong> the follow<strong>in</strong>g data members andmember functions: Data members: Employee_Number (an <strong>in</strong>teger),Employee_Name (a str<strong>in</strong>g of characters), Basic_Salary (an <strong>in</strong>teger), All_Allowances (an <strong>in</strong>teger), IT (an <strong>in</strong>teger), Net_Salary (an<strong>in</strong>teger).Member functions: to read the data of an employee, to calculateNet_Salary and to pr<strong>in</strong>t the values of all the data members.(All_Allowances = 123% of Basic; Income Tax (IT) = 30% of thegross salary (= basic_Salary _ All_Allowance);Net_Salary = Basic_Salary + All_Allowances – IT)2. Design, develop, and execute a program <strong>in</strong> C++ to create a class calledSTRING and implement the follow<strong>in</strong>g operations. Display the resultsafter every operation by overload<strong>in</strong>g the operator

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!