Loading practice questions
How many private member functions are allowed in a class?
Correct Answer: B — As many as required
Explanation:
There are no conditions applied on the number of private member functions that can be declared in a class. Though the system may restrict use of too many functions depending on memory.