📚 Question Bank Q64 — Programming and Data Structure
Tags
Programming and Data Structure
Q64. Marks: +2.0 UGC NET Paper 2: Computer Science 2nd January 2026 Shift 1

Which of the following statements are True?
A. The ++ operator can be overloaded to perform decrementation of a variable.
B. It is necessary that a constructor in a class should always be public.
C. Size of an object is equal to sum of sizes of data members and member functions within the class.
D. A static data member is useful when all objects of a class are to share a common item of information.
E. The this pointer always contains the address of the object using which the member function is being called.
Choose the correct answer from the options given below:

1.A, B, C Only
2.B. C, E Only
3.A. D. E Only ✓ Correct
4.B. D, E Only
📄 All “Programming and Data Structure” questions across papers
🏷 Change Tag for this Question