Computer Science, asked by sahoomanisha9452, 1 year ago

All PHP classes come with a default constructor that takes .... arguments.
A.one
B.two
C.three
D.no


Anonymous: Hi.

Answers

Answered by meghakatiyar1
0
options b correct because all the PHP classes comes with a default constructor that takes arguments argument which are truly necessary

dhvani8: 16
dhvani8: urs
Anonymous: you can check.
dhvani8: 23?
Anonymous: between 22-23
dhvani8: ok
Anonymous: -;)
dhvani8: :)
Anonymous: gn
dhvani8: gn
Answered by anjalin
0

All PHP classes come with a default constructor that takes D. no arguments.

Explanation for the answer:

  • PHP allows developers to declare various constructor methods for classes.
  • Default constructors is a constructor which doesn't take any argument but its values can be passed dynamically.
  • It doesn't have parameters.
  • All PHP classes come with a default constructor that takes no arguments.
  • Hence, the correct answer among all the options is option D.no.

(#SPJ3)

Similar questions