Answer Posted / kajal sharma
Menu class extends MenuItem parant class in the same package
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What are nested classes in java?
What is the use of join method?
What is the maximum size of byte array in java?
What is the synonym of string?
Can we use a default constructor of a class even if an explicit constructor is defined?
What does jenkins do?
What is main in java?
What does the ‘static’ keyword mean? Is it possible to override private or static method in java?
What is an inner class in java?
How to print nodes of a Binary tree?
Why is an interface be able to extend more than one interface but a class can’t extend more than one class?
What is the size of int in 64-bit jvm?
What is a void in java?
How will you reverse a link list without using recursion?
Can we inherit a class with private constructor?