CuriousTab
Search
CuriousTab
Home
Aptitude
Computer
C Programming
C# Programming
C++ Programming
Database
Java Programming
Networking
Engineering
Biochemical Engineering
Biochemistry
Biotechnology
Chemical Engineering
Civil Engineering
Computer Science
Digital Electronics
Electrical Engineering
Electronics
Electronics and Communication Engineering
Mechanical Engineering
Microbiology
Technical Drawing
GK
Current Affairs
General Knowledge
Reasoning
Data Interpretation
Logical Reasoning
Non Verbal Reasoning
Verbal Ability
Verbal Reasoning
Exams
AIEEE
Bank Exams
CAT
GATE
IIT JEE
TOEFL
Jobs
Analyst
Bank PO
Database Administrator
IT Trainer
Network Engineer
Project Manager
Software Architect
Discussion
Home
‣
Computer Science
‣
Object Oriented Programming Using C++
Comments
Question
If container classes are carefully constructed, then these tools are available to work with structures that are not ______
Options
A. valid without container classes
B. programmer-defined
C. type-specific
D. public
Correct Answer
type-specific
Object Oriented Programming Using C++ problems
Search Results
1. You can use C++ as a procedural, as well as an object-oriented, language
Options
A. True
B. False
Show Answer
Scratch Pad
Discuss
Correct Answer: True
2. Adding a derived class to a base class requires fundamental changes to the base class
Options
A. True
B. False
Show Answer
Scratch Pad
Discuss
Correct Answer: False
3. Format flags may be combined using
Options
A. the bitwise OR operator (|)
B. the logical OR operator (||)
C. the bitwise AND operator (&)
D. the logical AND operator (&&)
Show Answer
Scratch Pad
Discuss
Correct Answer: the bitwise OR operator (|)
4. An array name is a _____
Options
A. subscript
B. formal parameter
C. memory address
D. prototype
Show Answer
Scratch Pad
Discuss
Correct Answer: memory address
5. To expose a data member to the program, you must declare the data member in the _____ section of the class
Options
A. common
B. exposed
C. public
D. unrestricted
E. user
Show Answer
Scratch Pad
Discuss
Correct Answer: public
6. A function that is called automatically each time an object is destroyed is a
Options
A. constructor
B. destructor
C. destroyer
D. terminator
Show Answer
Scratch Pad
Discuss
Correct Answer: destructor
7. When you pass a variable _____, C++ passes only the contents of the variable to the receiving function
Options
A. by reference
B. by value
C. globally
D. locally
Show Answer
Scratch Pad
Discuss
Correct Answer: by value
8. When the compiler cannot differentiate between two overloaded constructors, they are called
Options
A. overloaded
B. destructed
C. ambiguous
D. dubious
Show Answer
Scratch Pad
Discuss
Correct Answer: ambiguous
9. If you create an instantiation of a class template with an int, and then create a second instantiation with a double, then
Options
A. you must precede each function call with the word int or double
B. once a function is used as one type, it becomes unavailable for use with the other type
C. there is no difference in the procedure to call a member function
D. you cannot perform this operation in C++
Show Answer
Scratch Pad
Discuss
Correct Answer: you must precede each function call with the word int or double
10. The best form of coupling is _____
Options
A. complete
B. tight
C. loose
D. free
Show Answer
Scratch Pad
Discuss
Correct Answer: loose
Comments
There are no comments.
Enter a new Comment
Save
More in Computer Science:
Artificial Intelligence
Automation System
Computer Fundamentals
Computer Hardware
Database Systems
Digital Computer Electronics
Disk Operating System (DOS)
Electronic Principles
Language Processors
Linux
Management Information Systems
Networking
Object Oriented Programming Using C++
Operating Systems Concepts
System Analysis and Design
Unix
Windows 2000 Server
Windows NT