Answer Posted / sindhu
In C++, data and functions are related to each other.
And data hiding is possible in C++ using access specifiers.
Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
What are the characteristics of friend functions?
What do you mean by translation unit in c++?
Explain terminate() and unexpected() function?
How is new() different from malloc()?
What is the function to call to turn an ascii string into a long?
How to declaring variables in c++?
What does catch(…) mean?
Can we sort map in c++?
What is friend class in c++ with example?
Which function should be used to free the memory allocated by calloc()?
Why do we need c++?
What is the importance of mutable keyword?
What is wrapper class in c++?
What is fixed in c++?
What is extern c++?