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
Are static variables final?
How to find current date and time?
What is php in full?
How does php strcmp work?
how to open & closing opening period in fico
What is the difference between runtime exception and compile time exception?
What is difference between md5 and SHA256?
discuss the issue of software theft in ghana and how it has affected the economy
What is the use of header() function in php?
Are parent constructors called implicitly inside a class constructor?
How many data types are there in php?
What is a collection in php?
Explain which cryptographic extension provide generation and verification of digital signatures?
How we can retrieve the data in the result set of mysql using php?
What is the purpose of basename() function in PHP?