what is the new version of c++
The latest version of C++ is C++11. To know more check this:
http://www.stroustrup.com/C++11FAQ.html
| Is This Answer Correct ? | 6 Yes | 1 No |
Why is abstraction used?
write a short note on Overloading of Binary Operator?
write a c++ code to overload + and - for a stack class such that + provides push and - provides pop operation
1 Answers College School Exams Tests, HCL, IBM, TCS,
if i have same function with same number of argument but defined in different files. Now i am adding these two files in a third file and calling this function . which will get called and wht decide the precedence?
Why a "operator=(...)" when there is a copy ctor?
what is polymorpsim? what are its types?
What is the difference between class and object?
What is class in oop with example?
What do you mean by overloading?
Can a destructor be called directly?
What is difference between oop and pop?
write a progra in c++ using class & object to find out wheather a given no. is prim or not.