InterviewSolution
Saved Bookmarks
| 1. |
What is the additional feature in classes that was not in structures?(a) Data members(b) Member functions(c) Static data allowed(d) Public access specifierI have been asked this question during an interview for a job.My doubt is from OOPs Basic Concepts in division OOPs Concept & Features of Object Oriented Programming |
|
Answer» Right OPTION is (B) Member functions |
|