Cpp Programming 93 – Which of the following operators cannot be overloaded? August 17, 2022July 25, 2022 by admin Question: Which of the following operators cannot be overloaded? [A]. [] [B]. ->[C]. ?: [D]. * Answer: Option C
Cpp Programming 94 – Which of the following concepts is used to implement late binding? August 17, 2022July 25, 2022 by admin Question: Which of the following concepts is used to implement late binding? [A]. Virtual function [B]. Operator function[C]. Const function [D]. Static function Answer: Option A
Cpp Programming 95 – How many instances of an abstract class can be created? August 17, 2022July 25, 2022 by admin Question: How many instances of an abstract class can be created? [A]. 1 [B]. 5[C]. 13 [D]. 0 Answer: Option D
Cpp Programming 96 – Which of the following is not the member of class? August 17, 2022July 25, 2022 by admin Question: Which of the following is not the member of class? [A]. Static function [B]. Friend function [C]. Const function [D]. Virtual functionAnswer: Option B
Cpp Programming 97 – Which of the following is not a type of inheritance? August 17, 2022July 25, 2022 by admin Question: Which of the following is not a type of inheritance? [A]. Multiple [B]. Multilevel [C]. Distributive [D]. HierarchicalAnswer: Option C
Cpp Programming 98 – Which of the following concepts of OOPS means exposing only necessary information to client? August 17, 2022July 25, 2022 by admin Question: Which of the following concepts of OOPS means exposing only necessary information to client? [A]. Encapsulation [B]. Abstraction [C]. Data hiding [D]. Data binding Answer: Option C
Cpp Programming 99 – Which of the following term is used for a function defined inside a class? August 17, 2022July 25, 2022 by admin Question: Which of the following term is used for a function defined inside a class? [A]. Member Variable [B]. Member function [C]. Class function [D]. Classic functionAnswer: Option B