Cpp Programming Quiz 61 – Which of the following concepts means determining at runtime what method to invoke?
[B]. Dynamic Typing[C]. Dynamic binding
[D]. Dynamic loading
Answer: Option C
Answer: Option C
Answer: Option D
Cpp Programming Quiz 62 – Why reference is not same as a pointer? Read More »
Cpp Programming, OOPs ConceptsAnswer: Option D
Cpp Programming Quiz 63 – Which of the following is a mechanism of static polymorphism? Read More »
Cpp Programming, OOPs ConceptsAnswer: Option C
Answer: Option B
Cpp Programming Quiz 65 – How “Late binding” is implemented in C++? Read More »
Cpp Programming, OOPs ConceptsAnswer: Option D
Cpp Programming 66 – Which of the following functions are performed by a constructor? Read More »
Cpp Programming, OOPs ConceptsAnswer: Option B
Explanation:
The two main types of polymorphism are run-time (implemented as inheritance and virtual functions), and compile-time (implemented as templates).
Cpp Programming 67 – How many types of polymorphisms are supported by C++? Read More »
Cpp Programming, OOPs ConceptsAnswer: Option B
Cpp Programming 68 – Which of the following is correct about the statements given below? Read More »
Cpp Programming, OOPs ConceptsAnswer: Option D
Cpp Programming 69 – Which of the following is correct about function overloading? Read More »
Cpp Programming, OOPs ConceptsAnswer: Option C