Teaching UGC NET Mock Test Series 2025 (Paper 1 & 2) Programming and Data Structure Programming in C
Which of the following statements are true?
i. An Abstract class is a class that has at least one pure virtual function.
ii. A friend function can access private members of a class.
iii. :: (scope resolution), . (member access) operators can be overloaded in C++.
1
only i is true
2
only i, ii is true
3
all are true
4
none is true