what is the basic concept of c++(object oriented programing)
Answer Posted / nandkumar
As we are using classes in c++ we can share the data members
and member functions in other classes. Memory get
deallocated after the execution of program.
| Is This Answer Correct ? | 8 Yes | 4 No |
Post New Answer View All Answers
Where do I find the current c or c++ standard documents?
What language is a dll written in?
Difference between pointer to constant vs. Pointer constant
What is using namespace std in c++?
Explain what are the sizes and ranges of the basic c++ data types?
Write a c program for binary addition of two 8 bit numbers.
What is c++ manipulator?
Is rust better than c++?
What is a class template?
What jobs can you get with a c++ certification?
What is the best c++ book for beginners?
Why do we use classes in programming?
What are the 3 levels of programming languages?
What is c++ stringstream?
Why pointer is used in c++?