Curioustab
Aptitude
General Knowledge
Verbal Reasoning
Computer Science
Interview
Aptitude
General Knowledge
Verbal Reasoning
Computer Science
Interview
Object Oriented Programming Using C++ Questions
The use of the break statement in a switch statement is
You define a structure type globally because _____
Paying attention to the important properties while ignoring inessential details is known as________
To use either an input or output file, the program must include the _____ header file
To expose a data member to the program, you must declare the data member in the _____ section of the class
An array name is a _____
Format flags may be combined using
Adding a derived class to a base class requires fundamental changes to the base class
You can use C++ as a procedural, as well as an object-oriented, language
If container classes are carefully constructed, then these tools are available to work with structures that are not ______
A function that is called automatically each time an object is destroyed is a
When you pass a variable _____, C++ passes only the contents of the variable to the receiving function
When the compiler cannot differentiate between two overloaded constructors, they are called
If you create an instantiation of a class template with an int, and then create a second instantiation with a double, then
The best form of coupling is _____
Sending a copy of data to a program module is called _______
Which of the following are valid characters for a numeric literal constant?
Which of the following is(are) invalid string constant(s)?
C++ allows you to define the same functions more than once in the same program _____
Overloaded functions are required to
1
2
3