McqMate
Sign In
Hamberger menu
McqMate
Sign in
Sign up
Home
Forum
Search
Ask a Question
Sign In
McqMate Copyright © 2026
→
Bachelor of Computer Applications (BCA)
→
Advanced Web Technologies
→
Introduction to Object Oriented Programm...
→
Which version of PHP introduced the inst...
Q.
Which version of PHP introduced the instance of keyword?
A.
PHP 4
B.
PHP 5
C.
PHP 5.3
D.
PHP 6
Answer» B. PHP 5
4.1k
0
Do you find this helpful?
31
View all MCQs in
Advanced Web Technologies
Discussion
No comments yet
Login to comment
Related MCQs
Which version of PHP introduced the instance of keyword?
A PHP script starts with <?php and ends with ?>: <?php // PHP code goes here ?>
Which of the following statements are true is/are true about constructors in PHP? (i) PHP 4 introduced class constructors. (ii) Constructors can accept parameters. (iii) Constructors can call class methods or other functions (iv) Class constructors can call on other constructors.
Which keyword allows class members (methods and properties) to be used without needing to instantiate a new instance of the class?
Which keyword allows class members (methods and properties) to be used without needing to instantiate a new instance of the class?
_____________ is a php super global variable which is used to access global variable from anywhere in PHP script.
In PHP, there are three types of arrays one is not type of array in php which one:
PHP files can contain text, HTML, CSS, JavaScript, and PHP code
While writing your PHP program, it is a good idea to use PHP-aware editors like ____
Which one of the following keyword is used to inherit our subclass into a superclass?