Answer Posted / madipally naveen kumar
Abstract Class is a class , in which at least one method is
declared as abstract.Abstract method is a method for which
implementation is not provided in that class.This method
can be implemented by the classes which inherited the
Abstract class and we can not instantiate the abstract
class.Abstract classes can be used when we want to
partially leave certain methods for inheriting classes to
implement.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What are classes in php?
How to create a mysql connection in php?
How would you open a directory for reading in php?
What is the role of the .htaccess file in php?
What does csrf token mean?
What are the advantages of php?
What are the new features in php 7?
What is substr in php?
Why do we use inheritance in php?
Tell me what is the use of mysql_real_escape_string() function?
Tell me what does the array operator '===' means?
Is laravel easy to learn?
What is the use of session and cookies in php?
How to update memcached when you make changes to php?
How can you upload a file using php?