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 is the array and initializing arrays in c++?
Is c++ map a hash table?
What is the real purpose of class – to export data?
what are the types of Member Functions?
Explain bubble sorting.
What does the following do: for(;;) ; a) Illegal b) Loops forever c) Ignored by compiler...not illegal
Does c++ vector allocate memory?
Explain the scope of resolution operator.
write a corrected statement so that the instruction will work properly. if (4 < x < 11) y = 2 * x;
What does it mean to declare a member variable as static?
What parameter does the constructor to an ofstream object take?
Difference between an inspector and a mutator
What are pointers used for c++?
What is boyce codd normal form in c++?
What is copy constructor? Can we make copy constructor private in c++?