logo

CuriousTab

CuriousTab

Technology problems


  • 1. What is the general syntax for accessing the namespace variable?

  • Options
  • A. namespaceid::operator
  • B. namespace,operator
  • C. namespace#operator
  • D. none of the mentioned
  • Discuss
  • 2. What is the user-defined header file extension in c++?

  • Options
  • A. cpp
  • B. h
  • C. hf
  • D. none of these
  • Discuss
  • 3. What do you mean by inline function?
  • Also asked in: Software Architect

  • Discuss
  • 4. A special member function of a class, which is invoked automatically whenever an object goes out of the scope is called

  • Options
  • A. Constructor
  • B. Destructor
  • C. Friend function
  • D. None of the above
  • Also asked in: Software Architect

  • Discuss
  • 5. Which of the following can derived class inherit?

  • Options
  • A. members
  • B. functions
  • C. both a & b
  • D. None of the above
  • Discuss
  • 6. What is meant by pure virtual function?

  • Options
  • A. Function which does not have definition of its own.
  • B. Function which does have definition of its own.
  • C. Function which does not have any return type.
  • D. None of the mentioned
  • Discuss
  • 7. What does inheriatance allows you to do?

  • Options
  • A. create a class
  • B. access methods
  • C. create a hierarchy of classes
  • D. None of the mentioned
  • Discuss
  • 8. How many types of constructor are there in C++?

  • Options
  • A. 1
  • B. 2
  • C. 3
  • D. 4
  • Discuss
  • 9. What is a template?

  • Options
  • A. A template is a formula for creating a generic class
  • B. A template is used to manipulate the class
  • C. A template is used for creating the attributes
  • D. none of the mentioned
  • Discuss
  • 10. What is meant by template specialization?

  • Options
  • A. It will have certain data types to be fixed.
  • B. It will make certain data types to be dynamic.
  • C. Certain data types are invalid
  • D. None of the mentioned
  • Discuss

First 30 31 32 ... 85 .. 138 139 Last