what are the different access specifiers that can be used
by interfaces and abstract classes? can anyone give me
detailed description on this
Answer Posted / vishal arora
This question leads to two things
1. modifier for abstract class or interface
2. modifier for members of abstarct class or interface
For first in abstract class and interface we can have
public , protected and default and not private if it is top
level otherwise private also if it is nested
for point 2
in an interface every member variable is public and final
in an abstract class you can assign any modifier to member
variables
| Is This Answer Correct ? | 10 Yes | 0 No |
Post New Answer View All Answers
What is executor memory?
Explain java code for recursive solution's base case?
Can we have this () and super () together?
Is java an ide?
Realized?
What is the ==?
What is google full form?
How many bits is a float?
Can a static class have a constructor?
What is the Concept of Encapsulation in OOPS
What is the abstract class?
Does java arraylist maintain insertion order?
What are basic keywords?
What are the 5 types of research methods?
Is empty in java?