0% found this document useful (0 votes)
5 views1 page

Module 3 Question Bank Structured

The document is a question bank for Module-3, focusing on Java programming concepts related to inheritance, interfaces, and polymorphism. It contains a list of 12 questions, each associated with a specific learning outcome (CO), difficulty level, and marks allocation. Topics covered include static methods, multilevel inheritance, method overriding, and abstract classes.

Uploaded by

sariyaanjum8
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
5 views1 page

Module 3 Question Bank Structured

The document is a question bank for Module-3, focusing on Java programming concepts related to inheritance, interfaces, and polymorphism. It contains a list of 12 questions, each associated with a specific learning outcome (CO), difficulty level, and marks allocation. Topics covered include static methods, multilevel inheritance, method overriding, and abstract classes.

Uploaded by

sariyaanjum8
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

VTUNOTESFORALL.

IN

Module-3 Question Bank

SL# Question CO Level Marks

1 Which are the restrictions present for static declared methods? C03 L2,L3 8

2 Explain how interface is used to achieve multiple Inheritances in Java. C03 L3 7

3 Write a java program to implement multilevel inheritance with 3 levels of hierarchy.


C03 L3 8

4 Write a java program to extend interface assuming suitable data. C03 13 8

5 What is single level inheritance? Explain with suitable example. C03 L3 7

6 What is meant by interface? State its need and write syntax and features C03
of interface. 13 7

7 Explain inheritance and polymorphism features of Java. C03 L3 8

8 Explain method overriding with suitable example. C03 L3 7

9 What is importance of super keyword in inheritance? Illustrate with suitable


C03example. L3 7

10 Write a single program to implement inheritance and polymorphism in Java.


C03 L3 8

11 Explain concept of nesting of interface. C03 L3 7

12 What is abstract class and abstract method? Explain with example. C03 L3 7

You might also like