1. An identifier must start with what?
a) Digit
b) Alphabet
c) Symbols
d) Special symbol
2. Which is scope resolution operator?
a) :
b) ::
c) >* d).*
3. Mention the collection of objects of different types.
a) Class
b) Information c) Data d) Objects
4. Select which is used for invoking a function?
a) call-by-reference b) call-by-value c) call-by-functions d) Both a & b
5. What is the sequence of instructions for a computer to execute?
a) Algorithm b) Program c) Flow chart d) Steps
6. The mechanism of deriving a new class from an old one is called as
a) Oops b) Inheritance c) Polymorphism d) Dynamic binding
7. Which of the following operators can't be overloaded?
a) :: b) + c) - d)
8. Hybrid inheritance is
a) Multiple inheritance b) Multilevel inheritance c) Multipath inheritance
d) Both a &b
9. Which is used to create a pure virtual function?
a) $
b) = 0 c) &
d)!
10. The mechanism of giving special meanings for an operator is known as
a) Function overloading b) Operator overloading c) Overriding d) None of the
above
Answers
Answered by
2
Answer:
- (d)
- (a)
- (c)
- (d)
- (b)
- (c)
- (d)
- (b)
- (d)
- (b)
Similar questions