ObjectiveMcq
Print Protected
This page is protected for print. Use the website to view the content.
How many private member functions are allowed in a class?
Correct Answer: B — As many as required
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.