1. A section of code to which control is transferred when a processor is interrupted is known as | ||||||||
Free MCQs www.sharemcq.com
Answer: Option A
Explanation:
Available Soon.
|
2. Which of the following type of class allows only one object of it to be created in C++? | ||||||||
Free MCQs www.sharemcq.com
Answer: Option C
Explanation:
Available Soon.
|
3. Which of the following is not a type of constructor in C++? | ||||||||
Free MCQs www.sharemcq.com
Answer: Option B
Explanation:
Available Soon.
|
4. Which of the following statements is correct in C++? | ||||||||
Free MCQs www.sharemcq.com
Answer: Option B
Explanation:
Available Soon.
|
5. Which of the following is not the member of class in C++? | ||||||||
Free MCQs www.sharemcq.com
Answer: Option B
Explanation:
Available Soon.
|
6. Which of the following concepts means determining at runtime what method to invoke in C++? | ||||||||
Free MCQs www.sharemcq.com
Answer: Option C
Explanation:
Available Soon.
|
7. Which of the following term is used for a function defined inside a class in C++? | ||||||||
Free MCQs www.sharemcq.com
Answer: Option B
Explanation:
Available Soon.
|
8. Which of the following concept of oops allows compiler to insert arguments in a function call if it is not specified? | ||||||||
Free MCQs www.sharemcq.com
Answer: Option C
Explanation:
Available Soon.
|
9. How many instances of an abstract class can be created in C++? | ||||||||
Free MCQs www.sharemcq.com
Answer: Option D
Explanation:
Available Soon.
|
10. Which of the following cannot be friend in C++? | ||||||||
Free MCQs www.sharemcq.com
Answer: Option C
Explanation:
Available Soon.
|
11. Which of the following concepts of OOPS means exposing only necessary information to client? | ||||||||
Free MCQs www.sharemcq.com
Answer: Option C
Explanation:
Available Soon.
|
12. Why reference is not same as a pointer in C++? | ||||||||
Free MCQs www.sharemcq.com
Answer: Option D
Explanation:
Available Soon.
|
13. cout is a/an __________ in C++. | ||||||||
Free MCQs www.sharemcq.com
Answer: Option C
Explanation:
Available Soon.
|
14. Which of the following concepts provides facility of using object of one class inside another class in C++? | ||||||||
Free MCQs www.sharemcq.com
Answer: Option C
Explanation:
Available Soon.
|
15. How many types of polymorphisms are supported by C++? | ||||||||
Free MCQs www.sharemcq.com
Answer: Option B
Explanation:
Available Soon.
|
16. Which of the following is an abstract data type in C++? | ||||||||
Free MCQs www.sharemcq.com
Answer: Option D
Explanation:
Available Soon.
|
17. Which of the following concepts means adding new components to a program as it runs in C++? | ||||||||
Free MCQs www.sharemcq.com
Answer: Option D
Explanation:
Available Soon.
|
18. Which of the following statement is correct in C++? | ||||||||
Free MCQs www.sharemcq.com
Answer: Option A
Explanation:
Available Soon.
|
19. Which of the following correctly describes overloading of functions in C++? | ||||||||
Free MCQs www.sharemcq.com
Answer: Option C
Explanation:
Available Soon.
|
20. Which of the following approach is adapted by C++? | ||||||||
Free MCQs www.sharemcq.com
Answer: Option B
Explanation:
Available Soon.
|
21. Which of the following is correct about function overloading in C++? | ||||||||
Free MCQs www.sharemcq.com
Answer: Option D
Explanation:
Available Soon.
|
22. Which of the following is correct about class and structure in C++? | ||||||||
Free MCQs www.sharemcq.com
Answer: Option D
Explanation:
Available Soon.
|
23. Which of the following concepts means wrapping up of data and functions together in C++? | ||||||||
Free MCQs www.sharemcq.com
Answer: Option B
Explanation:
Available Soon.
|
24. Which of the following concepts means waiting until runtime to determine which function to call in C++? | ||||||||
Free MCQs www.sharemcq.com
Answer: Option C
Explanation:
Available Soon.
|
25. How "Late binding" is implemented in C++? | ||||||||
Free MCQs www.sharemcq.com
Answer: Option B
Explanation:
Available Soon.
|
26. Which of the following operator is overloaded for object cout in C++? | ||||||||
Free MCQs www.sharemcq.com
Answer: Option B
Explanation:
Available Soon.
|
27. Which of the following is the correct class of the object cout in C++? | ||||||||
Free MCQs www.sharemcq.com
Answer: Option C
Explanation:
Available Soon.
|
28. Which of the following cannot be used with the keyword virtual in C++? | ||||||||
Free MCQs www.sharemcq.com
Answer: Option C
Explanation:
Available Soon.
|
29. Which of the following functions are performed by a constructor in C++? | ||||||||
Free MCQs www.sharemcq.com
Answer: Option D
Explanation:
Available Soon.
|
30. Which of the following problem causes an exception in C++? | ||||||||
Free MCQs www.sharemcq.com
Answer: Option D
Explanation:
Available Soon.
|
31. Which one of the following options is correct about the C++ statement given below? The compiler checks the type of reference in the object and not the type of object. | ||||||||
Free MCQs www.sharemcq.com
Answer: Option B
Explanation:
Available Soon.
|
32. Which of the following is the correct way of declaring a function as constant in C++? | ||||||||
Free MCQs www.sharemcq.com
Answer: Option C
Explanation:
Available Soon.
|
33. Which of the following concepts is used to implement late binding in C++? | ||||||||
Free MCQs www.sharemcq.com
Answer: Option A
Explanation:
Available Soon.
|
34. Which of the following statement is correct in C++? | ||||||||
Free MCQs www.sharemcq.com
Answer: Option D
Explanation:
Available Soon.
|
35. Which of the following factors supports the statement that reusability is a desirable feature of a language? | ||||||||
Free MCQs www.sharemcq.com
Answer: Option D
Explanation:
Available Soon.
|
36. Which of the following ways are legal to access a class data member using this pointer in C++? | ||||||||
Free MCQs www.sharemcq.com
Answer: Option A
Explanation:
Available Soon.
|
37. Which of the following is a mechanism of static polymorphism in C++? | ||||||||
Free MCQs www.sharemcq.com
Answer: Option D
Explanation:
Available Soon.
|
38. What happens if the base and derived class contains definition of a function with same prototype in C++? | ||||||||
Free MCQs www.sharemcq.com
Answer: Option D
Explanation:
Available Soon.
|
39. Which of the following are available only in the class hierarchy chain in C++? | ||||||||
Free MCQs www.sharemcq.com
Answer: Option C
Explanation:
Available Soon.
|
40. Which of the following is not a type of inheritance in C++? | ||||||||
Free MCQs www.sharemcq.com
Answer: Option C
Explanation:
Available Soon.
|
41. Which of the following operators cannot be overloaded in C++? | ||||||||
Free MCQs www.sharemcq.com
Answer: Option C
Explanation:
Available Soon.
|
42. In which of the following a virtual call is resolved at the time of compilation in C++? | ||||||||
Free MCQs www.sharemcq.com
Answer: Option D
Explanation:
Available Soon.
|
43. Which of the following statements regarding C++ inline functions is correct? | ||||||||
Free MCQs www.sharemcq.com
Answer: Option D
Explanation:
Available Soon.
|
44. Which of the following header file includes definition of cin and cout in C++? | ||||||||
Free MCQs www.sharemcq.com
Answer: Option D
Explanation:
Available Soon.
|
45. Which of the following keyword is used to overload an operator in C++? | ||||||||
Free MCQs www.sharemcq.com
Answer: Option B
Explanation:
Available Soon.
|
46. What will happen if a class is not having any name in C++? | ||||||||
Free MCQs www.sharemcq.com
Answer: Option D
Explanation:
Available Soon.
|
47. Which inheritance type is used in the C++ class given below? class A : public X, public Y {} |
||||||||
Free MCQs www.sharemcq.com
Answer: Option B
Explanation:
Available Soon.
|
48. Which of the following is an invalid visibility label while inheriting a class in C++? | ||||||||
Free MCQs www.sharemcq.com
Answer: Option D
Explanation:
Available Soon.
|
49. Which one of the following options is correct in C++? | ||||||||
Free MCQs www.sharemcq.com
Answer: Option D
Explanation:
Available Soon.
|
50. Which of the following statements is correct in C++? | ||||||||
Free MCQs www.sharemcq.com
Answer: Option B
Explanation:
Available Soon.
|
No comments:
Post a Comment
Your Feedback is hearty Requested to make the MCQs Collection better.