logo

CuriousTab

CuriousTab

Discussion


Home Interview Technology Comments

  • Question
  • When do you use :: Operator in C++?


  • Correct Answer
  • :: is the scope resolution operator When local variable and global variable are having same name, local variable gets the priority C++ allows flexibility of accessing both the variables through a scope resolution operator 


  • Technology problems


    Search Results


    • 1. What is polymorphism?
    • Discuss
    • 2. What is JAR file?
    • Discuss
    • 3. In RDBMS, what is the efficient data structure used in the internal storage representation?

    • Options
    • A. Stack
    • B. Queue
    • C. B+ tree structure
    • D. AVL tree Structure
    • Discuss
    • 4. What is Overloading Polymorphism?
    • Discuss
    • 5. If you are using C language to implement the heterogeneous linked list, what pointer type will you use?
    • Discuss
    • 6. Explain Overriding Polymorphism.?
    • Discuss
    • 7. When should I use abstract classes and when should I use interfaces?
    • Discuss
    • 8. How do you traverse through a collection using its Iterator?
    • Discuss
    • 9. How do you decide when to use ArrayList and When to use LinkedList?
    • Discuss
    • 10. What is the Set interface ?
    • Discuss


    Comments

    There are no comments.

Enter a new Comment