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
Explain me what is the use of 'print' in php?
What is the difference between php and core php?
How can we get ip address of a client in php?
What is the php function that removes the last element of the array and returns it?
What is array function in javascript?
What is mysql_fetch_object?
What is php simple definition?
What are the characteristics of php variables?
How to close a session properly?
What does php mean?
Can php run without apache?
What is input sanitization in php?
When a conditional statement is ended with an endif?
What is a simple php method to make a cross domain data request?
What is the difference between indexed and associative array?