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 the advantages of stored procedures, triggers, indexes in php?
What is the basic function to search files for lines (or other units of text) that contain a pattern.
Do you know what is the differences between $a != $B and $a !== $B?
When do you use define() and when do you use const. What are the main differences between those two?
What is a definer in mysql?
How do I escape in php?
What is a php object?
What is php.ini & .htacess file?
What's the output of the ucwords function in this example?
Is php a mvc?
Which function is used to read a file removing the html and php tags in it upwork?
What are examples of dependent variables?
Define soundex()?
How does the identity operator ===compare two values in PHP?
What would occur if a fatal error was thrown in your php program?