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 |
Explain the concepts involved in Object Oriented programming.
What is virtual constructors/destructors?
diff between Virtual mathod and abstract method?
What is pointer in oop?
What is DeadlyDiamondDeathProblem ?
Difference between new operator and operator new
Why is object oriented programming so hard?
c++ provides classes...and classes do what we want but why then strcut are used...if we say data hiding... it is also provided by c++ in structs then why to prefer clasess
Can we define a class within the interface?
What is a unary operator?
What are the three main types of variables?
What do you mean by overloading?