Loading, please wait...

C++ OOPS Multiple Choice Questions And Answers

Search here for MCQs

Are you preparing for the next job interviews? If yes, trust me this post will help you also we'll suggest you check out a big collection for Programming Full Forms that may help you in your interview:

List of Programming Full Forms 

21. Which of the not an inheritance?

  • Single Inheritance
  • Hierarchical
  • Multilevel
  • Distributive

22. Size of boolean variable

  
  • 4
  • 1
  • 2
  • 8

23. Which function is used in place of printf() in C++?

  • cout
  • count
  • cin
  • println

24. Which of the following is not a constructor?

  • Friend constructor
  • Default constructor
  • Parameterized Constructor
  • Copy constructor

25. Encapsulation means

  • Overwriting the code
  • Hiding some parts of the code
  • Dividing the code
  • Wrapping the data into a single unit.