Answer Posted / sheena_smart
c++ is completely object orientedlanguage. Its major
concepts like data hiding, encapsukation and polymorphism
are very effective... hence v use c++....
| Is This Answer Correct ? | 6 Yes | 9 No |
Post New Answer View All Answers
Describe the advantage of an external iterator.
Please explain the reference variable in c++?
What is type of 'this' pointer? Explain when it is get created?
Can union be self referenced?
What is the use of register keyword with the variables?
Is c++ a good first language to learn?
How to access a variable of the structure?
Which command properly allocates memory a) char *a=new char[20]; b) char a=new char[20]; c) char a=new char(20.0);
What is tellg () in c++?
What are friend classes?
What is abstraction c++?
what is C++ exceptional handling?
Why should you learn c++?
Why is main function important?
What is the difference between a reference and a pointer?