McqMate
Sign In
Hamberger menu
McqMate
Sign in
Sign up
Home
Forum
Search
Ask a Question
Sign In
McqMate Copyright © 2025
→
Bachelor of Computer Applications (BCA)
→
Java Programming
→
Inheritance allows _______ of sub classe...
Q.
Inheritance allows _______ of sub classes.
A.
creation.
B.
updation.
C.
view.
D.
display.
Answer» A. creation.
853
0
Do you find this helpful?
3
View all MCQs in
Java Programming
Discussion
No comments yet
Login to comment
Related MCQs
The concept of multiple inheritance is implemented in Java by ____ (i.) extending two or more classes (ii.) extending one class and implementing one or more interfaces (iii.) implementing two or more interfaces (iv.) all of these
State true or false (i) JPanel is a class included in awt package (ii) Anonymous classes are mostly used for event handling (iii) Names of anonymous classes must be unique (iv) JOptionPane is an inner class
Identify the type of inheritance when two or more subclasses inherit the properties of a super class.
In Java Inheritance
Interfaces helps in which type of inheritance
These two ways are used to create a Frame By creating the object of Frame class (association) By extending Frame class (inheritance)
Which of these keywords is used to refer to member of base class from a sub class?
Which of the following package stores all the standard java classes? a) jav
Which of these classes is related to all the exceptions that can be caught by using catch?
Which of these classes is related to all the exceptions that cannot be caught?