πŸ“Š Object Oriented Programming (OOP)
Q. Which of the following feature of procedure oriented program is false?
  • (A) makes use of bottom up approach
  • (B) functions share global data
  • (C) the most fundamental unit of program is function
  • (D) all of these
πŸ’¬ Discuss
βœ… Correct Answer: (A) makes use of bottom up approach
πŸ“Š Object Oriented Programming (OOP)
Q. Which of the following feature of object oriented program is false?
  • (A) data and functions can be added easily
  • (B) data can be hidden from outside world
  • (C) object can communicate with each other
  • (D) the focus is on procedures
πŸ’¬ Discuss
βœ… Correct Answer: (D) the focus is on procedures
πŸ“Š Object Oriented Programming (OOP)
Q. The main intention of using inheritance is ….........
  • (A) to help in converting one data type to other
  • (B) to hide the details of base class
  • (C) to extend the capabilities of base class
  • (D) to help in modular programming
πŸ’¬ Discuss
βœ… Correct Answer: (C) to extend the capabilities of base class
πŸ“Š Object Oriented Programming (OOP)
Q. If particular software can be used in some other application than the one for which it is created then it reveals ….........
  • (A) data binding
  • (B) data reusability
  • (C) data encapsulation
  • (D) none of these
πŸ’¬ Discuss
βœ… Correct Answer: (B) data reusability

Jump to