Podcast
Questions and Answers
Which type of inheritance is not supported in Java?
Which type of inheritance is not supported in Java?
What is the advantage of inheritance?
What is the advantage of inheritance?
Which access specifier allows members of a class to be used within its own class and subclass present in another package?
Which access specifier allows members of a class to be used within its own class and subclass present in another package?
Which access specifier allows members of a class to be accessible everywhere, including other packages?
Which access specifier allows members of a class to be accessible everywhere, including other packages?
Signup and view all the answers
What is the default access specifier for members of a class?
What is the default access specifier for members of a class?
Signup and view all the answers