How is data hiding achieved in c++?
No Answer is Posted For this Question
Be the First to Post Answer
How do I exit turbo c++?
What parameter does the constructor to an ofstream object take?
What are function poinetrs? where are they used?
What are the differences between new and malloc?
why can't we declare data member of class auto register or extern
Why would you make a destructor virtual?
What is the error in the code below and how should it be corrected?
Should I learn c++ c?
Write a program and call it sortcheck.cpp which receives 10 numbers from input and checks whether these numbers are in ascending order or not. You are not allowed to use arrays. You should not define more than three variables
what is pre-processor in C++?
What do you mean by vtable and vptr in c++?
Generally variables are stored in heap memory. When he variables are created in stack?