Saved Bookmarks
| 1. |
What are the Modifiers in C++ language? |
|
Answer» C++ USES the three MODIFIERS called public , PROTECTED , and private . C# has the modifiers public , protected , internal , private , protected internal , and private protected |
|