πŸ“Š Advanced Web Technologies
Q. in PHP, An _____is a special variable, which can hold more than one value at a time.
  • (A) array
  • (B) structure
  • (C) csss
  • (D) none of these
πŸ’¬ Discuss
βœ… Correct Answer: (A) array
πŸ“Š Advanced Web Technologies
Q. _______ is available when a method is called from within an object context
  • (A) Abstract class
  • (B) dollar sign($)
  • (C) $this
  • (D) inheritance.
πŸ’¬ Discuss
βœ… Correct Answer: (C) $this
πŸ“Š Advanced Web Technologies
Q. Constant name are proceeded by _____ like a normal variable declaration.
  • (A) Abstract class
  • (B) dollar sign($)
  • (C) Encapsulation
  • (D) inheritance.
πŸ’¬ Discuss
βœ… Correct Answer: (B) dollar sign($)
πŸ“Š Advanced Web Technologies
Q. An _______ is one that cannot be instantiated, only inherited
  • (A) Abstract class
  • (B) Interface
  • (C) Encapsulation
  • (D) inheritance.
πŸ’¬ Discuss
βœ… Correct Answer: (A) Abstract class
πŸ“Š Advanced Web Technologies
Q. The ability to hide the details of implementation is known as _____.
  • (A) Abstract class
  • (B) Interface
  • (C) Encapsulation
  • (D) inheritance.
πŸ’¬ Discuss
βœ… Correct Answer: (C) Encapsulation
πŸ“Š Advanced Web Technologies
Q. _________is used to support multiple inheritance
  • (A) Abstract class
  • (B) Interface
  • (C) Encapsulation
  • (D) inheritance.
πŸ’¬ Discuss
βœ… Correct Answer: (B) Interface
πŸ“Š Advanced Web Technologies
Q. A class property used by another class is called ______.
  • (A) Abstract class
  • (B) Interface
  • (C) Encapsulation
  • (D) inheritance.
πŸ’¬ Discuss
βœ… Correct Answer: (D) inheritance.
πŸ“Š Advanced Web Technologies
Q. _______an object means converting it to a byte stream representation that can be stored into file.
  • (A) class
  • (B) object
  • (C) Construct
  • (D) Serializing
πŸ’¬ Discuss
βœ… Correct Answer: (D) Serializing
πŸ“Š Advanced Web Technologies
Q. The _____ method starts with two underscores (__).
  • (A) class
  • (B) object
  • (C) Construct
  • (D) Serializing
πŸ’¬ Discuss
βœ… Correct Answer: (C) Construct