How would you represent an error detected during constructor
of an object?
Answer / arash
errors in constructors are represented by exceptions
| Is This Answer Correct ? | 1 Yes | 0 No |
Do we have private destructors?
When does the c++ compiler create temporary variables?
What ANSI C++ function clears the screen a) clrscr() b) clear() c) Its not defined by the ANSI C++ standard
How to access a variable of the structure?
Do the parentheses after the type name make a difference with new?
What do you mean by abstraction. Explain your answer?
What is optimization in c++? when using volatile.optimization is not possible..what does this mean?
Explain the properties and principles of oop.
What are the different data types present in C++?
How is static data member similar to a global variable?
When is the copy constructor called?
How does c++ structure differ from c++ class?