Previous Year Very Short Questions of Oops (MSC-IT 1st)

OBJECT ORIENTED PROGRAMMING IN C++

Previous year question paper with solutions for OBJECT ORIENTED PROGRAMMING IN C++

Our website provides solved previous year question paper for OBJECT ORIENTED PROGRAMMING IN C++ . Doing preparation from the previous year question paper helps you to get good marks in exams. From our Oops question paper bank, students can download solved previous year question paper. The solutions to these previous year question paper are very easy to understand.

These Questions are downloaded from www.brpaper.com You can also download previous years question papers of 10th and 12th (PSEB & CBSE), B-Tech, Diploma, BBA, BCA, MBA, MCA, M-Tech, PGDCA, B-Com, BSc-IT, MSC-IT.

Print this page
  1. What is type conversion?
  2. What are manipulators?
  3. What is use of static function?
  4. Define destructor.
  5. Define pure virtual function.
  6. Define function overloading.
  7. What is public and private inheritance?
  8. Define operator and expression.
  9. What is container class?
  10. Define early and late binding.
  11. What is a destructor? How it is defined?
  12. How you can declare constants? Give examples.
  13. What is a pure virtual function? What is its use?
  14. How memory is allocated to objects?
  15. What do you mean by a generic class? What is its use?
  16. What is abstraction?
  17. What are default arguments? Give example.
  18. What is Data hiding? How it is achieved in C++? Give example.
  19. Differentiate between Call by value and call by reference.
  20. What is a container class? Why it is used?