Saved Bookmarks
| 1. |
Which syntax is applicable to declare public member functions in C++?(a) public: (b) public()(c) public void (d) public::I got this question in an international level competition.This interesting question is from Public Member Functions in section Member Functions & its Types of Object Oriented Programming |
|
Answer» Right option is (a) public: |
|