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
Explain how a pointer to function can be declared in C++?
Explain function overloading and operator overloading.
What is the best ide for c++?
What is lambda in c++?
What is the use of cmath in c++?
What is purpose of abstract class?
What is the difference between an array and a list?
What is token c++?
What is c++ map?
Why is c++ considered difficult?
Define upcasting.
Who created c++?
Differentiate between an array and a list?
What is std namespace in c++?
Define pointers?