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 / malay tripathi
I guess if members of interface are declared final then
they can't be overridden & hence this hampers the logic
behind having interfaces...
Interface can only be Public/Default or abstract.In any
other case it can't be overridden & hence of no use.
MemberFunctions also behave similarly.
| Is This Answer Correct ? | 4 Yes | 3 No |
Post New Answer View All Answers
How do you check if two strings are equal in java?
Explain the importance of finally over return statement?
Why string is immutable with example?
Why unicode is important?
What will happen if there is a default method conflict as mentioned above and we have specified the same signature method in the base class instead of overriding in the existing class ?
How does remove work in java?
What is meant by method overriding?
Which eclipse is best for java?
What defines function?
What about main thread in java?
What is the escape character in java?
What is default constructors?
What are wrapped classes in java programming?
What is javac_g?
Why we used vector class?