Difference between abstract class and Interfaces?
Answer Posted / mari
multiple inheritence is applicable for interfaces but at
abstract class can't support multiple inheritence it can
have only multilevel inheritence
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is variable argument in java?
What is finalize method?
What does n mean in java?
What does the “static” keyword mean?
What is the base class in java from which all classes are derived?
Is null false in java?
What are the differences between heap and stack memory in java?
Can we call the run() method instead of start()?
If system.exit (0); is written at the end of the try block, will the finally block still execute?
Does substring start with 0?
What is bytecode verifier?
What does super keyword do?
What methods are used to get and set the text label displayed by a button object?
Are strings immutable in java?
State one difference between a template class and class template.