K
C++ Institute CPA Questions
By
Kirk Magee,
in C++ Certified Associate Programmer Certification Exams
Prepare C++ Institute CPA Exam Questions
Question No 1:
What will the variable "age" be in class B? class A { int x; protected: int y; public: int age; A () { age=5; }; }; class B : public A { string name; public: B () { name="Bob"; }; void Print() { cout << name << age; } };
A. public
B. private
C. protected
D. None of these
Answer: A
See More Questions
Question No 1:
What will the variable "age" be in class B? class A { int x; protected: int y; public: int age; A () { age=5; }; }; class B : public A { string name; public: B () { name="Bob"; }; void Print() { cout << name << age; } };
A. public
B. private
C. protected
D. None of these
Answer: A
See More Questions
Information About C++ Institute CPA Exam
Vender: C++ Institute
Exam Code: CPA
Exam Name: CPA - C++ Certified Associate Programmer
Number Of Questions: 220
Certification Name: C++ Certified Associate Programmer
Exam Language: English
Questions Type: MCQs
Material Format: PDF & Web Practice Test Software