A) self
B) object
C) it
D) this
Correct Answer
verified
Short Answer
Correct Answer
verified
Multiple Choice
A) bool operator!=(rectangle&) const;
B) bool operator!=(const rectangleType&) const;
C) int operator!=(const rectangleType) const;
D) int operator!=(rectangle&) const;
Correct Answer
verified
True/False
Correct Answer
verified
Multiple Choice
A) int
B) bool
C) char
D) void
Correct Answer
verified
Multiple Choice
A) const Type& []operator(int index) const;
B) const Type& operator[](int index) const;
C) const Type& operator[](int index) ;
D) const Type [](int index) const;
Correct Answer
verified
Short Answer
Correct Answer
verified
Multiple Choice
A) access
B) protected
C) friend
D) void
Correct Answer
verified
Short Answer
Correct Answer
verified
Short Answer
Correct Answer
verified
Multiple Choice
A) increment
B) assignment
C) decrement
D) relational
Correct Answer
verified
Multiple Choice
A) cType<int> x;
B) cType int x;
C) cType int = x;
D) cType int :: x;
Correct Answer
verified
Multiple Choice
A) istream& operator>>(istream&, className&) ;
B) const istream& operator>>(istream&, className&) ;
C) friend operator>>(istream&, className&) ;
D) friend istream& operator>>(istream&, className&) ;
Correct Answer
verified
True/False
Correct Answer
verified
True/False
Correct Answer
verified
Multiple Choice
A) className operator++() ;
B) friend className operator++() ;
C) className operator++(int) ;
D) friend className operator++(className&) ;
Correct Answer
verified
Multiple Choice
A) className operator++() ;
B) friend className operator++() ;
C) className operator++(int) ;
D) friend className operator++(int) ;
Correct Answer
verified
Short Answer
Correct Answer
verified
True/False
Correct Answer
verified
Multiple Choice
A) no
B) one
C) two
D) three
Correct Answer
verified
Showing 21 - 40 of 50
Related Exams