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 

6. Which OOPs concept is allowed to reuse the code?

  • Inheritance
  • Abstraction
  • Message Passing
  • Polymorphism

7. Which of the following shows multilevel inheritance

  • A->B,A->C
  • A->B
  • A->B->C
  • A,B,A->C

8. Which one of the following is not a member of the class?

  • Static function
  • Virtual Function
  • Constant Function
  • Friend Function

9. An abstract data type out of the following is

  • float
  • Class
  • int
  • string

10. Which of the following OPPs Concept is not used in code?

class A { int a; public: void print(){cout<<"Hello World"<
  • Inheritance
  • Encapsulation
  • Polymorsphim
  • Abstraction