What are the difference between abstract class and interface?
Answer Posted / amit sharma
A class can extends only one abstract class while a class
can implements any number of interfaces
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
How to pass variables and data from php to javascript?
Which Scripting Engine PHP uses?
what are the differences between php and perl
Is php open source?
How do I clear my browser session?
What is the purpose of a query?
What is the output of the following php code?
Where is the functions php in wordpress?
What are form input html tags?
How can we display the output directly to the browser?
How to invoke a user function?
What is mvc in php?
Explain me what are the 3 scope levels available in php and how would you define them?
Tell me how stop the execution of a php scrip?
What is the difference between substr() and strstr()?