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...
→
The _____ method starts with two undersc...
Q.
The _____ method starts with two underscores (__).
A.
class
B.
object
C.
Construct
D.
Serializing
Answer» C. Construct
1.4k
0
Do you find this helpful?
1
View all MCQs in
Advanced Web Technologies
Discussion
No comments yet
Login to comment
Related MCQs
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.
The index can be assigned automatically (index always starts at 0), like this: $cars = array("Volvo", "BMW", "Toyota");
A PHP script starts with <?php and ends with ?>: <?php // PHP code goes here ?>
Which method scope prevents a method from being overridden by a subclass?
Ajax method and method is used to perform Ajax request
_______ is available when a method is called from within an object context
Abstract classes and methods are when the parent class has a named method, but need its child class(es) to fill out the tasks.
When inheriting from an abstract class, the child class method must be defined with the same name, and the same or a less restricted access modifier.
Which method returns the error code generated from the execution of the last MySQL function?
If there is no error, then what will the error() method return?