Science, asked by ggogulmass148, 3 months ago

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 rk1195465
2

Answer:

  1. (d)
  2. (a)
  3. (c)
  4. (d)
  5. (b)
  6. (c)
  7. (d)
  8. (b)
  9. (d)
  10. (b)
Similar questions