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
Why is polymorphism useful?
Is string an object in c++?
How do we balance an AVL Tree in C++?
Do you know the use of vtable?
How do you flush a buffer in c++?
What is a pointer with example?
True or false, if you keep incrementing a variable, it will become negative a) True b) False c) It depends
What is pure virtual function?
Which c++ compiler is best?
What is abstraction in c++?
Can you Mention some Application of C/C++?
Explain the difference between realloc() and free() in c++?
How do I run c++?
Does c++ support multilevel and multiple inheritances?
Const char *p , char const *p What is the difference between the above two?