Previous Year Very Short Questions of C++ (DIPLOMA computer science engineering 4th)

Object oriented programming using c++

Previous year question paper with solutions for Object oriented programming using c++

Our website provides solved previous year question paper for Object oriented programming using c++ . Doing preparation from the previous year question paper helps you to get good marks in exams. From our C++ 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. Object oriented programming follows___________ Approach.
  2. C++ was developed by ____________.
  3. The extension of a C++ program is___________.
  4. The operator && is an example of _____________ Operator.
  5. An object is ____________ of a class.
  6. For clrscr() function conio.h header file is used in C++ Program . (T/F)
  7. A copy constructor takes reference to other call parameters. (T/F)
  8. A class can contain objects of other class as member. (T/F)
  9. A class can contain objects of other class as member. (T/F)
  10. IOS stands for stands for ___________.
  11. ………is process by which objects of one class acquire the properties of objects of another class.
  12. An instance of a class is called……….
  13. The name of the constructor is same as name of the…………..
  14. …………. means one name having multiple forms.
  15. What is extension of C++ program?
  16. Inheritance aids data hiding.(T/F).
  17. A pure function has no body.(T/F).
  18. The end of file function is detected by using function……
  19. Switch case statement is preferred over Nested –If statement.(T/F)
  20. A friend function is a non member function.(T/F)
  21. The value of expression 13%4 is 3.(T/F)
  22. String is array of………….
  23. Loop within loop is called Nested loop.(T/F)
  24. Binary operator work on…….. Operands.
  25. The operator << is called………
  26. The instance of a class is called_______.
  27. Objects are used to model ________entities.
  28. Define preprocessor.
  29. Define encapsulation.
  30. A function can return ________value via return statement.