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 NULL?
What is explode() in php?
How does api connect to database?
What websites use php?
Which function would you use to determine the length of a string in php?
Is php good for career?
What is the difference between explode () and split () functions in php?
What is variable and data type?
How to change the principal password?
How the web server interprets php and interacts with the client?
What is the use of count() function in php?
What is super keyword in c++?
Do you know what is the differences between $a != $B and $a !== $B?
What is ci in php?
How do you pass a variable by value?