If all the methods in abstract class are declared as
abstract then what is difference between abstract class and
in interface?
Answer Posted / sachin more
All others are just giving the descriptn of Abstract and Interface Classes, the exact and simple answer is given by Prasad Bhagvat. Sorry Sumit, But u r confused betwn Abstract and Interface classes, u r saying the exact opposite
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
Can a lock be acquired on a class in java programming?
Is char a data type in java?
Is an empty arraylist null?
What is the access scope of a protected method?
What are the three parts of a lambda expression?
What is return type in java?
Are constructors methods?
What are implicit objects in java?
What is difference between module and function?
is there a separate stack for each thread in java? : Java thread
How to connect to a remote database using Applet?
Explain hashset and its features?
Can a class be declared as protected?
Can we store variables in local blocks?
What is fail first in java?