Check out solved questions of MCS 024 assignment 2018 - 2019 here. Complete answers of what is inheritance and explain the steps involved in creating a distributed application using RMI.
Objective
You will learn about the following in this guide / study material.
Solution to question 3 (B) and 3(C) of MCA MCS 024 assignment of IGNOU.
IGNOU MCS 024 Question 3B and 3C solution of 2018 - 2019 assignment
MCS 024 Assignment Question 3(B)
What is inheritance? How inheritance is implemented in Java? Create a class Book and define display method to display book information. Inherit Reference_Book and Magazine classes from Book class and override display method of Book class in Reference_Book and Magazine classes. Make necessary assumptions required. (5 Marks)
Solution
MCS 024 Assignmnet 2018 - 2019 Question 3(C)
Question
Explain the steps involved in creating a distributed application using Remote Method Invocation (RMI). (3 Marks)
Answer