a) Normal class
b) Static class
c) Abstract class
d) Interface
Answer: c
Explanation: The abstract classes are the classes in which at least one method need to be abstract. Abstract classes in PHP are declared with the help of keyword abstract. The use of class abstract are that all base classes implementing abstract class should give implementation of abstract methods declared in parent class.
Related Posts
Which one of the following function returns the port number of a specified service?
What is the default port number of HTTPs?
Which one of the following function is used to retrieve the MX records for the domain specified by hostname?
Which one of the following function is used to return an array consisting of various DNS resource records pertinent to a specific domain?
Which one of the following function checks for the existence of DNS records?
What is the full form of DNS?
Which function is used to determine whether a file was uploaded?
Join The Discussion