G
Q. An abstract class is a class that contains at least one abstract method. An abstract method is a method that is declared, but not implemented in the code.
- Correct Answer - Option(A)
- Views: 251
- Filed under category Advanced Web Technologies
No solution found for this question.
Add Solution and get +2 points.
You must be Logged in to update hint/solution
Related Posts
Q. A constructor allows you to initialize an object's properties upon creation of the object.
Q. In PHP7, you can create an Array constant using the ____ function.
Q. _________is used to support multiple inheritance
Q. __________ An array containing one or more arrays and values are accessed using multiple indices
Q. If there is no error, then what will the error() method return?
Q. PHP runs on various platforms (Windows, Linux, Unix, Mac OS X, etc.)
Q. Every PHP statement ends with a semicolon (;).
Q. __________ function is used to change the default database for the connection.
Q. A destructor is called when the object is destructed or the script is stopped or exited.
View All Posts
Question analytics

Discusssion
Login to discuss.