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 create connection in php?
How do I end a php session?
What is session and Cokkies . How it works . tell some thing about Session_id()
What are the differences between PHP3 and PHP4 and PHP5? what is the current stable version of PHP?
Tell me which programming language does php resemble to?
Do you know what are traits?
How are php sessions stored?
Tell me what is the difference between characters 34 and x34?
How to track no of user logged in?
How is it possible to propagate a session id?
Explain php parameterized functions.
How long do php sessions last?
What is php addslashes?
What is the use of return in php?
What is php regular expression?