1. Question:What is object cloning? 

    Answer

    To remedy the problems with copying, PHP offers an explicit means for cloning an object is known as object cloning.







    1. Report
  2. Question:

    What type of inheritance that PHP supports?

     

    Answer

    PHP generally supports single type of inheritance.Allthough All inheritance are supported but multiple not supported and replace by inheritance used in PHP5.







    1. Report
  3. Question:Are Parent constructors called implicitly inside a class constructor? 

    Answer
    No, a parent constructor have to be called explicitly as follows:
    
    parent::constructor($value)






    1. Report
  4. Question:What does $_SERVER means? 

    Answer
    $_SERVER is an array including information created by the web server such as paths, headers, and script locations.






    1. Report
  5. Question:Define exceptions? 

    Answer

    When a specified error (exceptional) condition occurs in the script is called an exception.
    There are Four important keywords of exceptions:
    Try
    Catch
    Throw
    Finaly







    1. Report
Copyright © 2025. Powered by Intellect Software Ltd