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
Show the application of a dynamic array with the help of an example.
Explain dangling pointer.
What is abstract keyword in c++?
What is the need of a destructor?
Who created c++?
What is the latest c++ standard?
What does extern mean in a function declaration in c++?
What is difference between c++ and c ++ 14?
How does code-bloating occur in c++?
List down the guideline that should be followed while using friend function.
What is a syntax in c++?
What is the outcome of cout< a) 16 b) 17 c) 16.5
What is abstraction in c++?
What is purpose of new operator?
Define upcasting.