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
In php, how to redirect from one page to another page?
if you run the app program all vendor open items are cleared but is it possible to reverse the again again open items please tell me the answer
Explain what is the function file_get_contents() usefull for?
What is "echo" in php?
Php program to generate fibonacci series?
What are super global variables in php?
What is the difference between == and === in php?
What is faster?
How to find a specific value in an array?
What is mysql_fetch_array?
How to convert strings to upper or lower cases?
What is php limit?
List some array functions in php?
What is a helper function?
Explain the visibility of the property or method?