What are the difference between abstract class and interface?
Answer Posted / manjunath
and in Inheritance all methods should be abstract.means not
defined..but where as in Abstract class methods can be both
Abstract n defined...but one of the method should be Abstract.
| Is This Answer Correct ? | 12 Yes | 4 No |
Post New Answer View All Answers
What is the difference between apache vs niginx?
Explain Creating and Naming an Array?
What is session in c#?
What is $_session in php?
What are php parameters?
What are the disadvantages of php?
Are react hooks stable?
What is the best way to avoid email sent through php getting into the spam folder?
What is interface? Why it is used?
Why post method is used in php?
Explain mysql_error().
What is htmlspecialchars?
What is final keyword in php?
Explain how you can update memcached when you make changes to php?
What does namespace mean in php?