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
Do you know how to get the ip address of the client?
How to get the ip address of the client?
Explain me what are the differences between mysql_fetch_array(), mysql_fetch_object(), mysql_fetch_row()?
How to set cookies?
What is include in php?
How can you encrypt password using php?
Does php use html?
What are variables in research examples?
What is design pattern? Explain all including singleton pattern?
What is magic quotes?
How to get length of an array in PHP?
What is isset function in php?
What is default session time and path in PHP. How to change it?
Is not null mysql?
What is the use of post in php?