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 is the difference between nowdoc and heredoc?
Which function can be used to delete a file?
What are getters and setters and why are they important?
What are the advantages of stored procedures in php?
How can you upload a file using php?
How to compare two strings with comparison operators in php?
How can we increase execution time of a php script?
How do you measure variables?
How to insert a line break in php string?
What are the data types in php?
What is apache and php?
What are the advantages of stored procedures?
What are the Advantages and Application Areas of PHP?
What is the difference between php and core php?
The left association operator % is used in PHP for?