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
Why would we use === instead of ==?
How to delete a file from the system?
Can you extend a final defined class?
What does namespace mean in php?
Does php support polymorphism?
How to track user logged out or not? When user is idle?
What is warning – “cannot modify header information – headers already sent”?
Which is better python or php?
What is empty () in php?
What is the difference between apache vs niginx?
How to test if a variable is an array?
What is mysql_fetch_object?
How to protect special characters in query string?
Is overloading possible in php?
What u mean by query?