• Login / Register
  • Articles
  • Universities
  • Jobs
  • Forum
  • IGNOU Assignments

  • IGNOU MCA Object Oriented Technologies and Java Programming MCS 024 Assignment 2018-2019
  • Solution - MCS 024 Question 1(a) - What is Object Oriented Programming?
  • MCS 024 Assignment 2018-19 question 3A Solution - IGNOU MCA
  • MCS 024 Assignment 2018-19 question 3B and 3C Solution
  • MCS 024 Assignment Question 4 Answer - IGNOU MCA
  • MCS 024 assignment Question 5 Solution
  • IGNOU MCS 024 solved assignment 2018-19 PDF
  • 2018-2019 IGNOU MCS 024 assignment question 1b solution
  • IGNOU MCS 024 question 1c solution - Write a program to explain use of Relational and Boolean operators in java.
  • IGNOU MCS 024 assignment 2018-19 question 2a solution
  • Solved MCS 024 assignment 2018-19 question 2B | IGNOU

IGNOU MCS 024 assignment 2018-19 question 2a solution

Written by Neha Dubey on Oct 03, 2018

Looking for the solution of IGNOU MCS 024 assignment 2018-19 question 2A - Explain use of super and final keywords in Java with the help of examples.

Objective

You will learn about the following in this guide / study material.

Answer of MCA MCS 024 question 2A - Explain use of super and final keywords in Java with the help of examples.

MCA MCS 024 Question 2A - Explain use of super and final keywords in Java with the help of examples. Solution

super keyword of Java programming language

In Java programming language, 'super' keyword is used for two purposes.

  1. To call the constructors of the immediate superclass.
  2. To access the members of immediate superclass.

When the constructor is defined in any subclass it needs to initialize its superclass variables. In Java using super() superclass constructor is called. super() must be the first executable statement in the subclass constructor. Parameters needed by superclass constructor are passed in super(parameter_list). The super keyword helps in conflict resolution in subclasses in the situation of "when members name in a superclass is same as members name in the subclass and the members ofthe superclass to be called in subclass".

 

IGNOU MCS 024 assignment 2018-19 question 2a solution

 

 

Solution to IGNOU MCS 024 assignment 2018-19 question

 

 Solution to IGNOU MCS 024 assignment 2018-19

So here was the solved IGNOU MCA MCS 024 assignment question 2(A) of 2018-2019.

Education4u >> IGNOU AssignmentsIGNOU MCS 024 assignment 2018-19 question 2a solution

Share on Facebook

PREVIOUS TOPIC
IGNOU MCS 024 solved assignment 2018-19 PDF




SSB Interview Tips.in

©Education4u.co.in