PLEASE MATCH YOUR ASSIGNMENT QUESTIONS ACCORDING TO YOUR SESSION
IGNOU MCS-24 (July 2024 – January 2025) Assignment Questions
IGNOU MCS-24 (July 2023 – January 2024) Assignment Questions
Q1: How does Object Oriented Programming differ from Procedural Programming? What are its advantages and disadvantages?
Q2: Explain how you will define EMPLOYEE class in java. Also, define MANAGER class. You need to derive MANAGER from EMPLOYEE.
Q3: Write a program in Java to compute Salary of Employees of an Institution. Make necessary assumptions.