Previous Year Very Short Questions of OOPS (DIPLOMA information technology 5th)

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 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. C++ was originally developed by…………………………
  2. :: operator is known as ………………………
  3. A data contained within a C++ class is known as ……………………..
  4. in inheritance base class in also called …………………….. class.
  5. One dimensional character array is known as………………………..
  6. Object oriented programming follows ……………………… approach.
  7. ……………………... function allows non-member function to access private data.
  8. Union is same as a structure.(True/False)
  9. The mechanism of giving new meaning to operator is known as ……………………
  10. In C++, the declaration of the variables must be at the beginning of the function.(True/False)
  11. What member function of class initializes the object of its class?
  12. Define Object?
  13. What is the extension of C++ program?
  14. What is the name of “++” Operator?
  15. List any two data types.