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 |
What are virtual functions in c++?
List the advantages of inheritance.
Differentiate between late binding and early binding.
What is the most common mistake on c++ and oo projects?
What are the uses of c++ in the real world?
What is #include math h in c++?
which of the following is not an secondary constant a) array b) real c) union
Describe private, protected and public – the differences and give examples.
How const functions will be treated by compiler?
If horse and bird inherit virtual public from animal, do their constructors initialize the animal constructor? If pegasus inherits from both horse and bird, how does it initialize animal’s constructor?
What is fixed in c++?
How to declare a function pointer?