📚 Question Bank Q61 — Programming and Data Structure
Tags
Programming and Data Structure
Q61. Marks: +2.0 UGC NET Paper 2: Computer Sc 23rd August 2024 Shift 1
Which of the following C++ statements correctly declares an abstract class?
1.class A { virtual void show() = 0; }; ✓ Correct
2.class A { void show() = 0; };
3.class A { void show() {}; }
4.class A { show() = 0; };
📄 All “Programming and Data Structure” questions across papers
🏷 Change Tag for this Question