| 41. | Which of the following is an abstract data type? |
|||||||
Answer: Option D Explanation: No answer description available for this question. Let us discuss.
|
| 42. | How many types of polymorphisms are supported by C++? |
|||||||
Answer: Option B Explanation: The two main types of polymorphism are run-time (implemented as inheritance and virtual functions), and compile-time (implemented as templates).
|
| 43. | Which of the following concepts provides facility of using object of one class inside another class? |
|||||||
Answer: Option C Explanation: No answer description available for this question. Let us discuss.
|
| 44. | cout is a/an __________ . |
|||||||
Answer: Option C Explanation: No answer description available for this question. Let us discuss.
|
| 45. | Why reference is not same as a pointer? |
|||||||
Answer: Option D Explanation: No answer description available for this question. Let us discuss.
|
| 46. | Which of the following concepts of OOPS means exposing only necessary information to client? |
|||||||
Answer: Option C Explanation: No answer description available for this question. Let us discuss.
|
| 47. | Which of the following cannot be friend? |
|||||||
Answer: Option C Explanation: No answer description available for this question. Let us discuss.
|
| 48. | How many instances of an abstract class can be created? |
|||||||
Answer: Option D Explanation: No answer description available for this question. Let us discuss.
|
