📚 Question Bank Q83 — Programming and Data Structure
Tags
Programming and Data Structure
Q83. Marks: +2.0 UGC NET Paper 2: Computer Science 2nd January 2026 Shift 1
Which of the following is not true about constructor
1.When an object is created and initialized at the same time, a copy constructor gets called.
2. They do not have return types, not even void.
3.They can be virtual. ✓ Correct
4.They can not be inherited, though a derived class can call the base class constructor.
📄 All “Programming and Data Structure” questions across papers
🏷 Change Tag for this Question