C++ is a programming language that is compiled, statically typed, multi-paradigm and free-form. This Language consists of both high-level and low-level language features. This language is used for hardware design and implemented on a wide variety of operating system platforms. Here is a list of C++ aptitude questions with answers which will help you to improve your C++ programming skills that will be needed for various interviews like- campus interviews, placements, aptitude tests, entrance exams and other competitive exams. C++ Aptitude Questions with Answers: 1. Which of the following statements is correct? Logo of c++ Aptitude Question answers on C++ A. Pointer to derived class cannot be created. B. Derived class pointer cannot point to base class. C. Base class pointer cannot point to derived class. D. Pointer to base class cannot be created. Answer: Option B 2. Which of the following concept of oops allows compiler to insert arguments in a function call if it is not specified? A. Default arguments B. Call by reference C. Call by value D. Call by pointer Answer: Option A 3. How many types of polymorphisms are supported by C++? A. 3 B. 2 C. 1 D. 4 Answer: Option B 4. Which of the following correctly describes overloading of functions? A. Ad-hoc polymorphism B. Transient polymorphism C. Virtual polymorphism D. Pseudo polymorphism Answer: Option A 5. How “Late binding” is implemented in C++? A. Using C++ tables B. Using Virtual tables C. Using Indexed virtual tables D. Using polymorphic tables Answer: Option B To get more questions with PDF also must go through this article an article on C++ Aptitude Questions with Answers on blog.oureducation.in . I hope it'll surely help you.
Related Articles -
c++ aptitude programs, c++ aptitude questions pdf, c++ aptitude questions with answers pdf, c++ programming questions and answers,
|