Why use references rather than pointers in the public API, particularly for arguments which are modified?
Submitted by: AdministratorThe C++ provides the most precise statement of the priciples:
No pointers in the public API, except when returning a pointer which might be null. The above reference also describes the problem of wrong attitudes brought over from C.
Submitted by: Administrator
No pointers in the public API, except when returning a pointer which might be null. The above reference also describes the problem of wrong attitudes brought over from C.
Submitted by: Administrator
Read Online Clipper Job Interview Questions And Answers
Top Clipper Questions
☺ | Why C++ used in Clipper? |
☺ | What versions of Clipper does NetLib support? |
☺ | What does CLIPPER stand for? |
☺ | Is it possible to break NetLibs encryption? |
☺ | Why use references rather than pointers in the public API, particularly for arguments which are modified? |
Top Databases Programming Categories
☺ | RDBMS Interview Questions. |
☺ | SQL Interview Questions. |
☺ | SSRS Interview Questions. |
☺ | Database Administrator (DBA) Interview Questions. |
☺ | Sybase Interview Questions. |