logo

CuriousTab

CuriousTab

Discussion


Home Interview Technology Comments

  • Question
  • What are the features of C++ different from C?


  • Correct Answer
  • All the features of C are similiar to C++ except some features, such as polymorphism, operator overloading which are supported in C++ but not in C language Both C and C++ language is similiar in their functionality but C++ provides with more tools and options 


  • Technology problems


    Search Results


    • 1. What are the basic concepts of object oriented programming?
    • Discuss
    • 2. What is C++
    • Discuss
    • 3. Define void pointer using C++.?
    • Discuss
    • 4. What is the data structures used to perform recursion?
    • Discuss
    • 5. In an AVL tree the balancing is to be done when the pivotal value is in range of

    • Options
    • A. greater than 1 and less than -1
    • B. greater than -1 and less than 1
    • C. greater than 1
    • D. less than -1
    • Discuss
    • 6. what is the use of virtual destructor in c++?
    • Discuss
    • 7. What do you mean by reference variable in c++?
    • Discuss
    • 8. What are storage qualifiers in C++ ?
    • Discuss
    • 9. What is copy constructor?
    • Discuss
    • 10. What is default constructor?
    • Discuss


    Comments

    There are no comments.

Enter a new Comment