Answer Posted / v.santhoshini
*aspects above can result in high maintainence cost.
*many excepections &special cases.
*can control everythong.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
In the derived class, which data member of the base class are visible?
How do you find out if a linked-list has an end? (I.e. The list is not a cycle)
How the endl and setw manipulator works?
How do I start a c++ project?
Is eclipse good for c++?
What is class in c++ with example?
Implement stack operations with pointers with appropriate exception checks.
What do you mean by global variables?
What is encapsulation in C++? Give an example.
Explain what are mutator methods in c++?
Differentiate between a pointer and a reference with respect to c++.
What are c++ variables?
What is std :: endl?
Difference between overloaded functions and overridden functions
What is the error in the code below and how should it be corrected?